Class: Aws::Types::ItemSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assets::Hash[::String, Types::AssetValue]

Returns the value of attribute assets.

Returns:



283
284
285
# File 'sig/types.rbs', line 283

def assets
  @assets
end

#date_time::Time

Returns the value of attribute date_time.

Returns:

  • (::Time)


284
285
286
# File 'sig/types.rbs', line 284

def date_time
  @date_time
end

#geometryTypes::Geometry

Returns the value of attribute geometry.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def geometry
  @geometry
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def id
  @id
end

#propertiesTypes::Properties

Returns the value of attribute properties.

Returns:



287
288
289
# File 'sig/types.rbs', line 287

def properties
  @properties
end