Class: Aws::IoTTwinMaker::Types::SyncResourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::SyncResourceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The sync resource summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#external_id ⇒ String
The external ID.
-
#resource_id ⇒ String
The resource ID.
-
#resource_type ⇒ String
The resource type.
-
#status ⇒ Types::SyncResourceStatus
The sync resource summary status.
-
#update_date_time ⇒ Time
The update date and time.
Instance Attribute Details
#external_id ⇒ String
The external ID.
2731 2732 2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2731 class SyncResourceSummary < Struct.new( :resource_type, :external_id, :resource_id, :status, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID.
2731 2732 2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2731 class SyncResourceSummary < Struct.new( :resource_type, :external_id, :resource_id, :status, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
2731 2732 2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2731 class SyncResourceSummary < Struct.new( :resource_type, :external_id, :resource_id, :status, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::SyncResourceStatus
The sync resource summary status.
2731 2732 2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2731 class SyncResourceSummary < Struct.new( :resource_type, :external_id, :resource_id, :status, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The update date and time.
2731 2732 2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2731 class SyncResourceSummary < Struct.new( :resource_type, :external_id, :resource_id, :status, :update_date_time) SENSITIVE = [] include Aws::Structure end |