Class: Aws::ElastiCache::Types::Parameter

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesString

The valid range of values for the parameter.

Returns:

  • (String)


7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7190

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

#change_typeString

Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window's reboot. For more information, see Rebooting a Cluster.

Returns:

  • (String)


7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7190

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

#data_typeString

The valid data type for the parameter.

Returns:

  • (String)


7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7190

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

#descriptionString

A description of the parameter.

Returns:

  • (String)


7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7190

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

#is_modifiableBoolean

Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

Returns:

  • (Boolean)


7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7190

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

#minimum_engine_versionString

The earliest cache engine version to which the parameter can apply.

Returns:

  • (String)


7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7190

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

#parameter_nameString

The name of the parameter.

Returns:

  • (String)


7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7190

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

#parameter_valueString

The value of the parameter.

Returns:

  • (String)


7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7190

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

#sourceString

The source of the parameter.

Returns:

  • (String)


7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7190

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