Class: Aws::Types::Field
- Inherits:
-
Object
- Object
- Aws::Types::Field
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#ref_value ⇒ ::String
Returns the value of attribute ref_value.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
95 96 97 |
# File 'sig/types.rbs', line 95 def key @key end |
#ref_value ⇒ ::String
Returns the value of attribute ref_value.
97 98 99 |
# File 'sig/types.rbs', line 97 def ref_value @ref_value end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
96 97 98 |
# File 'sig/types.rbs', line 96 def string_value @string_value end |