Class: Aws::Types::Field
- Inherits:
-
Object
- Object
- Aws::Types::Field
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: BlobValue, BooleanValue, DoubleValue, IsNull, LongValue, StringValue, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#blob_value ⇒ ::String
Returns the value of attribute blob_value.
198 199 200 |
# File 'sig/types.rbs', line 198 def blob_value @blob_value end |
#boolean_value ⇒ Boolean
Returns the value of attribute boolean_value.
194 195 196 |
# File 'sig/types.rbs', line 194 def boolean_value @boolean_value end |
#double_value ⇒ ::Float
Returns the value of attribute double_value.
196 197 198 |
# File 'sig/types.rbs', line 196 def double_value @double_value end |
#is_null ⇒ Boolean
Returns the value of attribute is_null.
193 194 195 |
# File 'sig/types.rbs', line 193 def is_null @is_null end |
#long_value ⇒ ::Integer
Returns the value of attribute long_value.
195 196 197 |
# File 'sig/types.rbs', line 195 def long_value @long_value end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
197 198 199 |
# File 'sig/types.rbs', line 197 def string_value @string_value end |
#unknown ⇒ Object
Returns the value of attribute unknown.
199 200 201 |
# File 'sig/types.rbs', line 199 def unknown @unknown end |