Class: Aws::Types::ParameterGroupStatus
- Inherits:
-
Object
- Object
- Aws::Types::ParameterGroupStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_ids_to_reboot ⇒ ::Array[::String]
Returns the value of attribute node_ids_to_reboot.
-
#parameter_apply_status ⇒ ::String
Returns the value of attribute parameter_apply_status.
-
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
Instance Attribute Details
#node_ids_to_reboot ⇒ ::Array[::String]
Returns the value of attribute node_ids_to_reboot.
345 346 347 |
# File 'sig/types.rbs', line 345 def node_ids_to_reboot @node_ids_to_reboot end |
#parameter_apply_status ⇒ ::String
Returns the value of attribute parameter_apply_status.
344 345 346 |
# File 'sig/types.rbs', line 344 def parameter_apply_status @parameter_apply_status end |
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
343 344 345 |
# File 'sig/types.rbs', line 343 def parameter_group_name @parameter_group_name end |