Class: Aws::Types::FieldValue
- Inherits:
-
Object
- Object
- Aws::Types::FieldValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#value ⇒ Types::FieldValueUnion
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
3973 3974 3975 |
# File 'sig/types.rbs', line 3973 def id @id end |
#value ⇒ Types::FieldValueUnion
Returns the value of attribute value.
3974 3975 3976 |
# File 'sig/types.rbs', line 3974 def value @value end |