Class: Aws::Types::Value
- Inherits:
-
Object
- Object
- Aws::Types::Value
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interpreted_value ⇒ ::String
Returns the value of attribute interpreted_value.
-
#original_value ⇒ ::String
Returns the value of attribute original_value.
-
#resolved_values ⇒ ::Array[::String]
Returns the value of attribute resolved_values.
Instance Attribute Details
#interpreted_value ⇒ ::String
Returns the value of attribute interpreted_value.
400 401 402 |
# File 'sig/types.rbs', line 400 def interpreted_value @interpreted_value end |
#original_value ⇒ ::String
Returns the value of attribute original_value.
399 400 401 |
# File 'sig/types.rbs', line 399 def original_value @original_value end |
#resolved_values ⇒ ::Array[::String]
Returns the value of attribute resolved_values.
401 402 403 |
# File 'sig/types.rbs', line 401 def resolved_values @resolved_values end |