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_valuesString

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

Returns:

  • (String)


1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1157

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_typeString

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)


1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1157

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_typeString

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

Returns:

  • (String)


1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1157

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

#descriptionString

A description of the parameter

Returns:

  • (String)


1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1157

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_modifiableString

Whether the customer is allowed to modify the parameter.

Returns:

  • (String)


1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1157

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_valuesArray<Types::NodeTypeSpecificValue>

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

Returns:



1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1157

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_nameString

The name of the parameter.

Returns:

  • (String)


1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1157

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_typeString

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

Returns:

  • (String)


1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1157

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_valueString

The value for the parameter.

Returns:

  • (String)


1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1157

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

#sourceString

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

Returns:

  • (String)


1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1157

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