Class: Aws::DAX::Types::Parameter

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

Overview

Describes an individual setting that controls some aspect of DAX behavior.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values ⇒ String

A range of values within which the parameter can be set.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1187

class Parameter < Struct.new(
  :parameter_name,
  :parameter_type,
  :parameter_value,
  :node_type_specific_values,
  :description,
  :source,
  :data_type,
  :allowed_values,
  :is_modifiable,
  :change_type)
  SENSITIVE = []
  include Aws::Structure
end

#change_type ⇒ String

The conditions under which changes to this parameter can be applied. For example, requires-reboot indicates that a new value for this parameter will only take effect if a node is rebooted.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1187

class Parameter < Struct.new(
  :parameter_name,
  :parameter_type,
  :parameter_value,
  :node_type_specific_values,
  :description,
  :source,
  :data_type,
  :allowed_values,
  :is_modifiable,
  :change_type)
  SENSITIVE = []
  include Aws::Structure
end

#data_type ⇒ String

The data type of the parameter. For example, integer:

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1187

class Parameter < Struct.new(
  :parameter_name,
  :parameter_type,
  :parameter_value,
  :node_type_specific_values,
  :description,
  :source,
  :data_type,
  :allowed_values,
  :is_modifiable,
  :change_type)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

A description of the parameter

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1187

class Parameter < Struct.new(
  :parameter_name,
  :parameter_type,
  :parameter_value,
  :node_type_specific_values,
  :description,
  :source,
  :data_type,
  :allowed_values,
  :is_modifiable,
  :change_type)
  SENSITIVE = []
  include Aws::Structure
end

#is_modifiable ⇒ String

Whether the customer is allowed to modify the parameter.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1187

class Parameter < Struct.new(
  :parameter_name,
  :parameter_type,
  :parameter_value,
  :node_type_specific_values,
  :description,
  :source,
  :data_type,
  :allowed_values,
  :is_modifiable,
  :change_type)
  SENSITIVE = []
  include Aws::Structure
end

#node_type_specific_values ⇒ Array<Types::NodeTypeSpecificValue>

A list of node types, and specific parameter values for each node.

Returns:



1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1187

class Parameter < Struct.new(
  :parameter_name,
  :parameter_type,
  :parameter_value,
  :node_type_specific_values,
  :description,
  :source,
  :data_type,
  :allowed_values,
  :is_modifiable,
  :change_type)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_name ⇒ String

The name of the parameter.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1187

class Parameter < Struct.new(
  :parameter_name,
  :parameter_type,
  :parameter_value,
  :node_type_specific_values,
  :description,
  :source,
  :data_type,
  :allowed_values,
  :is_modifiable,
  :change_type)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_type ⇒ String

Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1187

class Parameter < Struct.new(
  :parameter_name,
  :parameter_type,
  :parameter_value,
  :node_type_specific_values,
  :description,
  :source,
  :data_type,
  :allowed_values,
  :is_modifiable,
  :change_type)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_value ⇒ String

The value for the parameter.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1187

class Parameter < Struct.new(
  :parameter_name,
  :parameter_type,
  :parameter_value,
  :node_type_specific_values,
  :description,
  :source,
  :data_type,
  :allowed_values,
  :is_modifiable,
  :change_type)
  SENSITIVE = []
  include Aws::Structure
end

#source ⇒ String

How the parameter is defined. For example, system denotes a system-defined parameter.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1187

class Parameter < Struct.new(
  :parameter_name,
  :parameter_type,
  :parameter_value,
  :node_type_specific_values,
  :description,
  :source,
  :data_type,
  :allowed_values,
  :is_modifiable,
  :change_type)
  SENSITIVE = []
  include Aws::Structure
end