Class: Aws::DAX::Types::ParameterGroupStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::ParameterGroupStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
The status of a parameter group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_ids_to_reboot ⇒ Array<String>
The node IDs of one or more nodes to be rebooted.
-
#parameter_apply_status ⇒ String
The status of parameter updates.
-
#parameter_group_name ⇒ String
The name of the parameter group.
Instance Attribute Details
#node_ids_to_reboot ⇒ Array<String>
The node IDs of one or more nodes to be rebooted.
1226 1227 1228 1229 1230 1231 1232 |
# File 'lib/aws-sdk-dax/types.rb', line 1226 class ParameterGroupStatus < Struct.new( :parameter_group_name, :parameter_apply_status, :node_ids_to_reboot) SENSITIVE = [] include Aws::Structure end |
#parameter_apply_status ⇒ String
The status of parameter updates.
1226 1227 1228 1229 1230 1231 1232 |
# File 'lib/aws-sdk-dax/types.rb', line 1226 class ParameterGroupStatus < Struct.new( :parameter_group_name, :parameter_apply_status, :node_ids_to_reboot) SENSITIVE = [] include Aws::Structure end |
#parameter_group_name ⇒ String
The name of the parameter group.
1226 1227 1228 1229 1230 1231 1232 |
# File 'lib/aws-sdk-dax/types.rb', line 1226 class ParameterGroupStatus < Struct.new( :parameter_group_name, :parameter_apply_status, :node_ids_to_reboot) SENSITIVE = [] include Aws::Structure end |