Method: Aws::DAX::Types::Parameter#description

Defined in:
lib/aws-sdk-dax/types.rb

#descriptionString

A description of the parameter

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File '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