Class: Aws::IoTTwinMaker::Types::DeleteEntityResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the deleted entity.

Returns:

  • (String)


1265
1266
1267
1268
1269
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1265

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