GetAccountResult

data class GetAccountResult(val cloudWatchRoleArn: String? = null, val id: String? = null)

Constructors

Link copied to clipboard
constructor(cloudWatchRoleArn: String? = null, id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of an Amazon CloudWatch role for the current Account.

Link copied to clipboard
val id: String? = null

The ID for the account. For example: abc123 .