Class: Aws::IoTTwinMaker::Types::SyncResourceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::SyncResourceStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The sync resource status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetails
The status error.
-
#state ⇒ String
The sync resource status state.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
The status error.
3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3643 class SyncResourceStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The sync resource status state.
3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3643 class SyncResourceStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |