Class: Aws::Types::ItemSource
- Inherits:
-
Object
- Object
- Aws::Types::ItemSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assets ⇒ ::Hash[::String, Types::AssetValue]
Returns the value of attribute assets.
-
#date_time ⇒ ::Time
Returns the value of attribute date_time.
-
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#properties ⇒ Types::Properties
Returns the value of attribute properties.
Instance Attribute Details
#assets ⇒ ::Hash[::String, Types::AssetValue]
Returns the value of attribute assets.
283 284 285 |
# File 'sig/types.rbs', line 283 def assets @assets end |
#date_time ⇒ ::Time
Returns the value of attribute date_time.
284 285 286 |
# File 'sig/types.rbs', line 284 def date_time @date_time end |
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
285 286 287 |
# File 'sig/types.rbs', line 285 def geometry @geometry end |
#id ⇒ ::String
Returns the value of attribute id.
286 287 288 |
# File 'sig/types.rbs', line 286 def id @id end |
#properties ⇒ Types::Properties
Returns the value of attribute properties.
287 288 289 |
# File 'sig/types.rbs', line 287 def properties @properties end |