Class: Aws::IoTTwinMaker::Types::DeleteSyncJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DeleteSyncJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The SyncJob response state.
Instance Attribute Details
#state ⇒ String
The SyncJob response state.
1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1112 class DeleteSyncJobResponse < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |