Class: Aws::Types::Field
- Inherits:
-
Object
- Object
- Aws::Types::Field
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ArrayValue, BlobValue, BooleanValue, DoubleValue, IsNull, LongValue, StringValue, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#array_value ⇒ Types::ArrayValue
Returns the value of attribute array_value.
-
#blob_value ⇒ ::String
Returns the value of attribute blob_value.
-
#boolean_value ⇒ Boolean
Returns the value of attribute boolean_value.
-
#double_value ⇒ ::Float
Returns the value of attribute double_value.
-
#is_null ⇒ Boolean
Returns the value of attribute is_null.
-
#long_value ⇒ ::Integer
Returns the value of attribute long_value.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#array_value ⇒ Types::ArrayValue
Returns the value of attribute array_value.
166 167 168 |
# File 'sig/types.rbs', line 166 def array_value @array_value end |
#blob_value ⇒ ::String
Returns the value of attribute blob_value.
165 166 167 |
# File 'sig/types.rbs', line 165 def blob_value @blob_value end |
#boolean_value ⇒ Boolean
Returns the value of attribute boolean_value.
161 162 163 |
# File 'sig/types.rbs', line 161 def boolean_value @boolean_value end |
#double_value ⇒ ::Float
Returns the value of attribute double_value.
163 164 165 |
# File 'sig/types.rbs', line 163 def double_value @double_value end |
#is_null ⇒ Boolean
Returns the value of attribute is_null.
160 161 162 |
# File 'sig/types.rbs', line 160 def is_null @is_null end |
#long_value ⇒ ::Integer
Returns the value of attribute long_value.
162 163 164 |
# File 'sig/types.rbs', line 162 def long_value @long_value end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
164 165 166 |
# File 'sig/types.rbs', line 164 def string_value @string_value end |
#unknown ⇒ Object
Returns the value of attribute unknown.
167 168 169 |
# File 'sig/types.rbs', line 167 def unknown @unknown end |