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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4856
4857
4858
4859
4860
# File 'lib/aws-sdk-iot/types.rb', line 4856

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