Class: Aws::Types::OrganizationStatus
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_status_list ⇒ ::Array[Types::AccountStatus]
Returns the value of attribute account_status_list.
-
#organization_aws_service_access_status ⇒ ::String
Returns the value of attribute organization_aws_service_access_status.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#slr_deployment_status ⇒ ::String
Returns the value of attribute slr_deployment_status.
Instance Attribute Details
#account_status_list ⇒ ::Array[Types::AccountStatus]
Returns the value of attribute account_status_list.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def account_status_list @account_status_list end |
#organization_aws_service_access_status ⇒ ::String
Returns the value of attribute organization_aws_service_access_status.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def organization_aws_service_access_status @organization_aws_service_access_status end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def organization_id @organization_id end |
#slr_deployment_status ⇒ ::String
Returns the value of attribute slr_deployment_status.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def slr_deployment_status @slr_deployment_status end |