Class: Aws::Types::OrganizationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_type ⇒ "CENTRAL", "LOCAL"
Returns the value of attribute configuration_type.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#configuration_type ⇒ "CENTRAL", "LOCAL"
Returns the value of attribute configuration_type.
6763 6764 6765 |
# File 'sig/types.rbs', line 6763 def configuration_type @configuration_type end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
6764 6765 6766 |
# File 'sig/types.rbs', line 6764 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
6765 6766 6767 |
# File 'sig/types.rbs', line 6765 def @status_message end |