Class: Aws::IoTTwinMaker::Types::DeleteSyncJobResponse

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

#stateString

The SyncJob response state.

Returns:

  • (String)


1112
1113
1114
1115
1116
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1112

class DeleteSyncJobResponse < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end