AllActions

data class AllActions(val value: Unit) : ActionSet

Authorizes all available support actions.

Constructors

Link copied to clipboard
constructor(value: Unit)

Properties

Link copied to clipboard
val value: Unit

Inherited functions

Link copied to clipboard

Casts this ActionSet as a Actions and retrieves its kotlin.collections.List value. Throws an exception if the ActionSet is not a Actions.

Link copied to clipboard

Casts this ActionSet as a Actions and retrieves its kotlin.collections.List value. Returns null if the ActionSet is not a Actions.

Link copied to clipboard

Casts this ActionSet as a AllActions and retrieves its aws.sdk.kotlin.services.supportauthz.model.Unit value. Throws an exception if the ActionSet is not a AllActions.

Link copied to clipboard

Casts this ActionSet as a AllActions and retrieves its aws.sdk.kotlin.services.supportauthz.model.Unit value. Returns null if the ActionSet is not a AllActions.