GetCustomPermissionsResult

data class GetCustomPermissionsResult(val arn: String? = null, val capabilities: CustomPermissionsCapabilities? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, capabilities: CustomPermissionsCapabilities? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the custom permissions profile.

Link copied to clipboard

A set of actions in the custom permissions profile.

Link copied to clipboard
val tags: List<Tag>? = null

The tags to associate with the custom permissions profile.