Class: Aws::NetworkManager::Types::OrganizationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::OrganizationStatus
- 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
-
#account_status_list ⇒ Array<Types::AccountStatus>
The current service-linked role (SLR) deployment status for an Amazon Web Services Organization’s accounts.
-
#organization_aws_service_access_status ⇒ String
The status of the organization’s AWS service access.
-
#organization_id ⇒ String
The ID of an Amazon Web Services Organization.
-
#slr_deployment_status ⇒ String
The status of the SLR deployment for the account.
Instance Attribute Details
#account_status_list ⇒ Array<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`.
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_status ⇒ String
The status of the organization’s AWS service access. This will be ‘ENABLED` or `DISABLED`.
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_id ⇒ String
The ID of an Amazon Web Services Organization.
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_status ⇒ String
The status of the SLR deployment for the account. This will be either ‘SUCCEEDED` or `IN_PROGRESS`.
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 |