GetGrantResult

data class GetGrantResult(val grantArn: String? = null, val grantName: String? = null, val homeRegion: String? = null, val licenseArn: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(grantArn: String? = null, grantName: String? = null, homeRegion: String? = null, licenseArn: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val grantArn: String? = null

Arn of the grant.

Link copied to clipboard
val grantName: String? = null

Name for the created Grant.

Link copied to clipboard
val homeRegion: String? = null

Home region for the created grant.

Link copied to clipboard
val licenseArn: String? = null

License Arn for the grant.

Link copied to clipboard
val version: String? = null

The version of the grant.