Class: Aws::Types::ResultRowValue
- Inherits:
-
Object
- Object
- Aws::Types::ResultRowValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def key @key end |
#type ⇒ ::String
Returns the value of attribute type.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def value @value end |