Method: Aws::IoTTwinMaker::Types::GetEntityResponse#sync_source

Defined in:
lib/aws-sdk-iottwinmaker/types.rb

#sync_sourceString

The syncSource of the sync job, if this entity was created by a sync job.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1629

class GetEntityResponse < Struct.new(
  :entity_id,
  :entity_name,
  :arn,
  :status,
  :workspace_id,
  :description,
  :components,
  :parent_entity_id,
  :has_child_entities,
  :creation_date_time,
  :update_date_time,
  :sync_source,
  :are_all_components_returned)
  SENSITIVE = []
  include Aws::Structure
end