Organization
public struct Organization : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of an organization. For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.
Declaration
Swift
public let arn: String?
-
Do not use. This field is deprecated and doesn’t provide complete information about the policies in your organization. To determine the policies that are enabled and available for use in your organization, use the ListRoots operation instead.
Declaration
Swift
public let availablePolicyTypes: [PolicyTypeSummary]?
-
Specifies the functionality that currently is available to the organization. If set to “ALL”, then all features are enabled and policies can be applied to accounts in the organization. If set to “CONSOLIDATED_BILLING”, then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.
Declaration
Swift
public let featureSet: OrganizationFeatureSet?
-
The unique identifier (ID) of an organization. The regex pattern for an organization ID string requires “o-” followed by from 10 to 32 lower-case letters or digits.
Declaration
Swift
public let id: String?
-
The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization. For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.
Declaration
Swift
public let masterAccountArn: String?
-
The email address that is associated with the AWS account that is designated as the master account for the organization.
Declaration
Swift
public let masterAccountEmail: String?
-
The unique identifier (ID) of the master account of an organization. The regex pattern for an account ID string requires exactly 12 digits.
Declaration
Swift
public let masterAccountId: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, availablePolicyTypes: [PolicyTypeSummary]? = nil, featureSet: OrganizationFeatureSet? = nil, id: String? = nil, masterAccountArn: String? = nil, masterAccountEmail: String? = nil, masterAccountId: String? = nil)