Class: Aws::DAX::Types::ParameterGroupStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dax/types.rb

Overview

The status of a parameter group.

Instance Attribute Summary collapse

Instance Attribute Details

#node_ids_to_rebootArray<String>

The node IDs of one or more nodes to be rebooted.

Returns:

  • (Array<String>)


1185
1186
1187
1188
1189
1190
# File 'lib/aws-sdk-dax/types.rb', line 1185

class ParameterGroupStatus < Struct.new(
  :parameter_group_name,
  :parameter_apply_status,
  :node_ids_to_reboot)
  include Aws::Structure
end

#parameter_apply_statusString

The status of parameter updates.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
# File 'lib/aws-sdk-dax/types.rb', line 1185

class ParameterGroupStatus < Struct.new(
  :parameter_group_name,
  :parameter_apply_status,
  :node_ids_to_reboot)
  include Aws::Structure
end

#parameter_group_nameString

The name of the parameter group.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
# File 'lib/aws-sdk-dax/types.rb', line 1185

class ParameterGroupStatus < Struct.new(
  :parameter_group_name,
  :parameter_apply_status,
  :node_ids_to_reboot)
  include Aws::Structure
end