Resources

data class Resources(val value: List<String>) : ResourceSet

A list of specific resource identifiers that the support operator is authorized to act upon. Maximum of 5 resources.

Constructors

Link copied to clipboard
constructor(value: List<String>)

Properties

Link copied to clipboard

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.