GetRoleAliasResult

data class GetRoleAliasResult(val credentialDurationSeconds: Int? = null, val roleAliasArn: String? = null, val roleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(credentialDurationSeconds: Int? = null, roleAliasArn: String? = null, roleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of seconds for which the credential is valid.

Link copied to clipboard
val roleAliasArn: String? = null

The role alias ARN.

Link copied to clipboard
val roleArn: String? = null

The role ARN.

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

An array of key-value pairs to apply to this resource. For more information, see Tag .