GetOrganizationResult

data class GetOrganizationResult(val arn: String? = null, val featureSet: OrganizationFeatureSet? = null, val id: String? = null, val managementAccountArn: String? = null, val managementAccountEmail: String? = null, val managementAccountId: String? = null, val rootId: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, featureSet: OrganizationFeatureSet? = null, id: String? = null, managementAccountArn: String? = null, managementAccountEmail: String? = null, managementAccountId: String? = null, rootId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of an organization.

Link copied to clipboard

Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

Link copied to clipboard
val id: String? = null

The unique identifier (ID) of an organization.

Link copied to clipboard

The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.

Link copied to clipboard

The email address that is associated with the AWS account that is designated as the management account for the organization.

Link copied to clipboard

The unique identifier (ID) of the management account of an organization.

Link copied to clipboard
val rootId: String? = null

The unique identifier (ID) for the root.