Class: Aws::Types::EnabledControlParameter

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)


247
248
249
# File 'sig/types.rbs', line 247

def key
  @key
end

#valueObject

Returns the value of attribute value.

Returns:

  • (Object)


248
249
250
# File 'sig/types.rbs', line 248

def value
  @value
end