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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2706 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.
2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2706 class SyncResourceSummary < Struct.new( :resource_type, :external_id, :resource_id, :status, :update_date_time) SENSITIVE = [] include Aws::Structure end |