Class: Aws::Types::AdditionalResultAttribute
- Inherits:
-
Object
- Object
- Aws::Types::AdditionalResultAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ Types::AdditionalResultAttributeValue
Returns the value of attribute value.
-
#value_type ⇒ "TEXT_WITH_HIGHLIGHTS_VALUE"
Returns the value of attribute value_type.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
32 33 34 |
# File 'sig/types.rbs', line 32 def key @key end |
#value ⇒ Types::AdditionalResultAttributeValue
Returns the value of attribute value.
34 35 36 |
# File 'sig/types.rbs', line 34 def value @value end |
#value_type ⇒ "TEXT_WITH_HIGHLIGHTS_VALUE"
Returns the value of attribute value_type.
33 34 35 |
# File 'sig/types.rbs', line 33 def value_type @value_type end |