You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::DeprecateThingTypeRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeprecateThingTypeRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  thing_type_name: "ThingTypeName", # required
  undo_deprecate: false,
}

The input for the DeprecateThingType operation.

Instance Attribute Summary collapse

Instance Attribute Details

#thing_type_nameString

The name of the thing type to deprecate.

Returns:

  • (String)

    The name of the thing type to deprecate.

#undo_deprecateBoolean

Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.

Returns:

  • (Boolean)

    Whether to undeprecate a deprecated thing type.