Class: Aws::Types::TypedAttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::TypedAttributeValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binary_value ⇒ ::String
Returns the value of attribute binary_value.
-
#boolean_value ⇒ Boolean
Returns the value of attribute boolean_value.
-
#datetime_value ⇒ ::Time
Returns the value of attribute datetime_value.
-
#number_value ⇒ ::String
Returns the value of attribute number_value.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
Instance Attribute Details
#binary_value ⇒ ::String
Returns the value of attribute binary_value.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def binary_value @binary_value end |
#boolean_value ⇒ Boolean
Returns the value of attribute boolean_value.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def boolean_value @boolean_value end |
#datetime_value ⇒ ::Time
Returns the value of attribute datetime_value.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def datetime_value @datetime_value end |
#number_value ⇒ ::String
Returns the value of attribute number_value.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def number_value @number_value end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def string_value @string_value end |