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

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

Returns:

  • (String)


1035
1036
1037
1038
1039
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1035

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