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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/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)


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