Class: Aws::IoTTwinMaker::Types::DeleteEntityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DeleteEntityResponse
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The current state of the deleted entity.
Instance Attribute Details
#state ⇒ String
The current state of the deleted entity.
1066 1067 1068 1069 1070 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1066 class DeleteEntityResponse < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |