AllResourcesInRegion

data class AllResourcesInRegion(val value: Unit) : ResourceSet

Authorizes the support operator to act on all resources in the Region.

Constructors

Link copied to clipboard
constructor(value: Unit)

Properties

Link copied to clipboard
val value: Unit

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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