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.
860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 860 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.
860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 860 class CreateSyncJobResponse < Struct.new( :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The SyncJob response state.
860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 860 class CreateSyncJobResponse < Struct.new( :arn, :creation_date_time, :state) SENSITIVE = [] include Aws::Structure end |