Class: Aws::NetworkManager::Types::OrganizationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::OrganizationStatus
- Defined in:
- gems/aws-sdk-networkmanager/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
.
4599 4600 4601 4602 4603 4604 4605 4606 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4599 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
.
4599 4600 4601 4602 4603 4604 4605 4606 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4599 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.
4599 4600 4601 4602 4603 4604 4605 4606 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4599 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
.
4599 4600 4601 4602 4603 4604 4605 4606 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4599 class OrganizationStatus < Struct.new( :organization_id, :organization_aws_service_access_status, :slr_deployment_status, :account_status_list) SENSITIVE = [] include Aws::Structure end |