RoleRoleLastUsed

data class RoleRoleLastUsed(val lastUsedDate: String? = null, val region: String? = null)

Constructors

Link copied to clipboard
constructor(lastUsedDate: String? = null, region: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lastUsedDate: String? = null
Link copied to clipboard
val region: String? = null

The name of the AWS Region in which the role was last used.