GetAccountResult

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

Constructors

Link copied to clipboard
fun GetAccountResult(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

Primary identifier which is manually generated.