Class: Aws::Types::FieldValueUnion
- Inherits:
-
Object
- Object
- Aws::Types::FieldValueUnion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#boolean_value ⇒ Boolean
Returns the value of attribute boolean_value.
-
#double_value ⇒ ::Float
Returns the value of attribute double_value.
-
#empty_value ⇒ Types::EmptyFieldValue
Returns the value of attribute empty_value.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
Instance Attribute Details
#boolean_value ⇒ Boolean
Returns the value of attribute boolean_value.
3926 3927 3928 |
# File 'sig/types.rbs', line 3926 def boolean_value @boolean_value end |
#double_value ⇒ ::Float
Returns the value of attribute double_value.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 def double_value @double_value end |
#empty_value ⇒ Types::EmptyFieldValue
Returns the value of attribute empty_value.
3928 3929 3930 |
# File 'sig/types.rbs', line 3928 def empty_value @empty_value end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
3929 3930 3931 |
# File 'sig/types.rbs', line 3929 def string_value @string_value end |