Class: Aws::IoTTwinMaker::Types::CreateSyncJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The SyncJob ARN.

Returns:

  • (String)


860
861
862
863
864
865
866
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 860

class CreateSyncJobResponse < Struct.new(
  :arn,
  :creation_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time for the SyncJob creation.

Returns:

  • (Time)


860
861
862
863
864
865
866
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 860

class CreateSyncJobResponse < Struct.new(
  :arn,
  :creation_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The SyncJob response state.

Returns:

  • (String)


860
861
862
863
864
865
866
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 860

class CreateSyncJobResponse < Struct.new(
  :arn,
  :creation_date_time,
  :state)
  SENSITIVE = []
  include Aws::Structure
end