Class: Aws::NetworkManager::Types::OrganizationStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

The status of an Amazon Web Services Organization and the accounts within that organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_status_listArray<Types::AccountStatus>

The current service-linked role (SLR) deployment status for an Amazon Web Services Organization’s accounts. This will be either ‘SUCCEEDED` or `IN_PROGRESS`.

Returns:



4703
4704
4705
4706
4707
4708
4709
4710
# File 'lib/aws-sdk-networkmanager/types.rb', line 4703

class OrganizationStatus < Struct.new(
  :organization_id,
  :organization_aws_service_access_status,
  :slr_deployment_status,
  :account_status_list)
  SENSITIVE = []
  include Aws::Structure
end

#organization_aws_service_access_statusString

The status of the organization’s AWS service access. This will be ‘ENABLED` or `DISABLED`.

Returns:

  • (String)


4703
4704
4705
4706
4707
4708
4709
4710
# File 'lib/aws-sdk-networkmanager/types.rb', line 4703

class OrganizationStatus < Struct.new(
  :organization_id,
  :organization_aws_service_access_status,
  :slr_deployment_status,
  :account_status_list)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The ID of an Amazon Web Services Organization.

Returns:

  • (String)


4703
4704
4705
4706
4707
4708
4709
4710
# File 'lib/aws-sdk-networkmanager/types.rb', line 4703

class OrganizationStatus < Struct.new(
  :organization_id,
  :organization_aws_service_access_status,
  :slr_deployment_status,
  :account_status_list)
  SENSITIVE = []
  include Aws::Structure
end

#slr_deployment_statusString

The status of the SLR deployment for the account. This will be either ‘SUCCEEDED` or `IN_PROGRESS`.

Returns:

  • (String)


4703
4704
4705
4706
4707
4708
4709
4710
# File 'lib/aws-sdk-networkmanager/types.rb', line 4703

class OrganizationStatus < Struct.new(
  :organization_id,
  :organization_aws_service_access_status,
  :slr_deployment_status,
  :account_status_list)
  SENSITIVE = []
  include Aws::Structure
end