Class: Aws::Types::FeatureParameter

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)


6000
6001
6002
# File 'sig/types.rbs', line 6000

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


6001
6002
6003
# File 'sig/types.rbs', line 6001

def value
  @value
end