Method: Aws::MemoryDB::Types::ParameterNameValue#parameter_name

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

#parameter_nameString

The name of the parameter

Returns:

  • (String)


2824
2825
2826
2827
2828
2829
# File 'lib/aws-sdk-memorydb/types.rb', line 2824

class ParameterNameValue < Struct.new(
  :parameter_name,
  :parameter_value)
  SENSITIVE = []
  include Aws::Structure
end