Class: Aws::Types::AttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::AttributeValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Boolean, Datetime, Decimal, Duration, EntityIdentifier, Ipaddr, Long, Record, Set, String, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#boolean ⇒ Boolean
Returns the value of attribute boolean.
-
#datetime ⇒ ::String
Returns the value of attribute datetime.
-
#decimal ⇒ ::String
Returns the value of attribute decimal.
-
#duration ⇒ ::String
Returns the value of attribute duration.
-
#entity_identifier ⇒ Types::EntityIdentifier
Returns the value of attribute entity_identifier.
-
#ipaddr ⇒ ::String
Returns the value of attribute ipaddr.
-
#long ⇒ ::Integer
Returns the value of attribute long.
-
#record ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute record.
-
#set ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute set.
-
#string ⇒ ::String
Returns the value of attribute string.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#boolean ⇒ Boolean
Returns the value of attribute boolean.
23 24 25 |
# File 'sig/types.rbs', line 23 def boolean @boolean end |
#datetime ⇒ ::String
Returns the value of attribute datetime.
31 32 33 |
# File 'sig/types.rbs', line 31 def datetime @datetime end |
#decimal ⇒ ::String
Returns the value of attribute decimal.
30 31 32 |
# File 'sig/types.rbs', line 30 def decimal @decimal end |
#duration ⇒ ::String
Returns the value of attribute duration.
32 33 34 |
# File 'sig/types.rbs', line 32 def duration @duration end |
#entity_identifier ⇒ Types::EntityIdentifier
Returns the value of attribute entity_identifier.
24 25 26 |
# File 'sig/types.rbs', line 24 def entity_identifier @entity_identifier end |
#ipaddr ⇒ ::String
Returns the value of attribute ipaddr.
29 30 31 |
# File 'sig/types.rbs', line 29 def ipaddr @ipaddr end |
#long ⇒ ::Integer
Returns the value of attribute long.
25 26 27 |
# File 'sig/types.rbs', line 25 def long @long end |
#record ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute record.
28 29 30 |
# File 'sig/types.rbs', line 28 def record @record end |
#set ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute set.
27 28 29 |
# File 'sig/types.rbs', line 27 def set @set end |
#string ⇒ ::String
Returns the value of attribute string.
26 27 28 |
# File 'sig/types.rbs', line 26 def string @string end |
#unknown ⇒ Object
Returns the value of attribute unknown.
33 34 35 |
# File 'sig/types.rbs', line 33 def unknown @unknown end |