Class: Aws::Types::ConfigParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_key::String

Returns the value of attribute parameter_key.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def parameter_key
  @parameter_key
end

#parameter_value::String

Returns the value of attribute parameter_value.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def parameter_value
  @parameter_value
end