Class: Aws::Types::ParameterAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def key
  @key
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def string_value
  @string_value
end