Class: Aws::Types::CacheNodeTypeSpecificParameter

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values::String

Returns the value of attribute allowed_values.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def allowed_values
  @allowed_values
end

#cache_node_type_specific_values::Array[Types::CacheNodeTypeSpecificValue]

Returns the value of attribute cache_node_type_specific_values.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def cache_node_type_specific_values
  @cache_node_type_specific_values
end

#change_type"immediate", "requires-reboot"

Returns the value of attribute change_type.

Returns:

  • ("immediate", "requires-reboot")


160
161
162
# File 'sig/types.rbs', line 160

def change_type
  @change_type
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def data_type
  @data_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def description
  @description
end

#is_modifiableBoolean

Returns the value of attribute is_modifiable.

Returns:

  • (Boolean)


157
158
159
# File 'sig/types.rbs', line 157

def is_modifiable
  @is_modifiable
end

#minimum_engine_version::String

Returns the value of attribute minimum_engine_version.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def minimum_engine_version
  @minimum_engine_version
end

#parameter_name::String

Returns the value of attribute parameter_name.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def parameter_name
  @parameter_name
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def source
  @source
end