Class: Aws::Types::GroupConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GroupConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::Array[Types::GroupConfigurationItem]
Returns the value of attribute configuration.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#proposed_configuration ⇒ ::Array[Types::GroupConfigurationItem]
Returns the value of attribute proposed_configuration.
-
#status ⇒ "UPDATING", ...
Returns the value of attribute status.
Instance Attribute Details
#configuration ⇒ ::Array[Types::GroupConfigurationItem]
Returns the value of attribute configuration.
150 151 152 |
# File 'sig/types.rbs', line 150 def configuration @configuration end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
153 154 155 |
# File 'sig/types.rbs', line 153 def failure_reason @failure_reason end |
#proposed_configuration ⇒ ::Array[Types::GroupConfigurationItem]
Returns the value of attribute proposed_configuration.
151 152 153 |
# File 'sig/types.rbs', line 151 def proposed_configuration @proposed_configuration end |
#status ⇒ "UPDATING", ...
Returns the value of attribute status.
152 153 154 |
# File 'sig/types.rbs', line 152 def status @status end |