Class: Aws::Types::ContextAttribute
- Inherits:
-
Object
- Object
- Aws::Types::ContextAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
257 258 259 |
# File 'sig/types.rbs', line 257 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
258 259 260 |
# File 'sig/types.rbs', line 258 def value @value end |