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

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

Overview

The status of a parameter group.

Constant Summary collapse

SENSITIVE =
[]

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>)


1226
1227
1228
1229
1230
1231
1232
# File 'gems/aws-sdk-dax/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_statusString

The status of parameter updates.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
1232
# File 'gems/aws-sdk-dax/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_nameString

The name of the parameter group.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
1232
# File 'gems/aws-sdk-dax/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