GetRolesRole

data class GetRolesRole(val arn: String, val assumeRolePolicyDocument: String, val createDate: String, val description: String, val document: String, val id: String, val name: String, val updateDate: String)

Constructors

Link copied to clipboard
constructor(arn: String, assumeRolePolicyDocument: String, createDate: String, description: String, document: String, id: String, name: String, updateDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Resource descriptor of the role.

Link copied to clipboard

Authorization strategy of the role. This parameter is deprecated and replaced by document.

Link copied to clipboard

Creation date of the role.

Link copied to clipboard

Description of the role.

Link copied to clipboard

Authorization strategy of the role.

Link copied to clipboard
val id: String

ID of the role.

Link copied to clipboard

Name of the role.

Link copied to clipboard

Update date of the role.