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.
3672 3673 3674 3675 3676 3677 3678 3679 3680 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3672 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.
3672 3673 3674 3675 3676 3677 3678 3679 3680 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3672 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.
3672 3673 3674 3675 3676 3677 3678 3679 3680 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3672 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.
3672 3673 3674 3675 3676 3677 3678 3679 3680 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3672 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.
3672 3673 3674 3675 3676 3677 3678 3679 3680 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3672 class SyncResourceSummary < Struct.new( :resource_type, :external_id, :resource_id, :status, :update_date_time) SENSITIVE = [] include Aws::Structure end |