Class: Aws::Types::EnabledControlParameterSummary

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)


253
254
255
# File 'sig/types.rbs', line 253

def key
  @key
end

#valueObject

Returns the value of attribute value.

Returns:

  • (Object)


254
255
256
# File 'sig/types.rbs', line 254

def value
  @value
end