Class: Aws::IoTTwinMaker::Types::CreateSyncJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CreateSyncJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The SyncJob ARN.
-
#creation_date_time ⇒ Time
The date and time for the SyncJob creation.
-
#state ⇒ String
The SyncJob response state.
Instance Attribute Details
#arn ⇒ String
The SyncJob ARN.
599 600 601 602 603 604 605 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 599 class CreateSyncJobResponse < Struct.new( :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The date and time for the SyncJob creation.
599 600 601 602 603 604 605 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 599 class CreateSyncJobResponse < Struct.new( :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The SyncJob response state.
599 600 601 602 603 604 605 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 599 class CreateSyncJobResponse < Struct.new( :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |