Class: Aws::IoTTwinMaker::Types::DeleteComponentTypeResponse

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 component type to be deleted.

Returns:

  • (String)


1357
1358
1359
1360
1361
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1357

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