Class: Aws::IoT::Types::DeleteThingTypeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The input for the DeleteThingType operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_type_nameString

The name of the thing type.

Returns:

  • (String)


5565
5566
5567
5568
5569
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5565

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