Class: Aws::IoTTwinMaker::Types::DeleteComponentTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DeleteComponentTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The current state of the component type to be deleted.
Instance Attribute Details
#state ⇒ String
The current state of the component type to be deleted.
1035 1036 1037 1038 1039 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1035 class DeleteComponentTypeResponse < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |