You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Organizations::Types::Organization

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains details about an organization. An organization is a collection of accounts that are centrally managed together using consolidated billing, organized hierarchically with organizational units (OUs), and controlled with policies .

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of an organization.

#available_policy_typesArray<Types::PolicyTypeSummary>

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.

Returns:

#feature_setString

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.

Returns:

  • (String)

    Specifies the functionality that currently is available to the organization.

#idString

The unique identifier (ID) of an organization.

The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lowercase letters or digits.

Returns:

  • (String)

    The unique identifier (ID) of an organization.

#master_account_arnString

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

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

Returns:

  • (String)

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

#master_account_emailString

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

Returns:

  • (String)

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

#master_account_idString

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

The regex pattern for an account ID string requires exactly 12 digits.

Returns:

  • (String)

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