Class: Aws::Types::ParameterNameValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_name ⇒ ::String

Returns the value of attribute parameter_name.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def parameter_name
  @parameter_name
end

#parameter_value ⇒ ::String

Returns the value of attribute parameter_value.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def parameter_value
  @parameter_value
end