Aws Organizations Account Properties Response
data class AwsOrganizationsAccountPropertiesResponse(val accountId: String? = null, val accountName: String? = null, val arn: String? = null, val email: String? = null, val joinedMethod: String? = null, val joinedTimestamp: String? = null, val parentIds: List<String>? = null, val roleName: String? = null, val status: String? = null, val tags: List<TagResponse>? = null)
Definition of awsOrganizationsAccount
Properties
Link copied to clipboard
The friendly name of the member account.
Link copied to clipboard
The method by which the account joined the organization.
Link copied to clipboard
The date the account became a part of the organization.
Link copied to clipboard
A list of tags that you want to attach to the newly created account. For each tag in the list, you must specify both a tag key and a value.