Class: Aws::IoT::Types::DeleteThingGroupRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expected_versionInteger

The expected version of the thing group to delete.

Returns:

  • (Integer)


4745
4746
4747
4748
4749
4750
# File 'lib/aws-sdk-iot/types.rb', line 4745

class DeleteThingGroupRequest < Struct.new(
  :thing_group_name,
  :expected_version)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_nameString

The name of the thing group to delete.

Returns:

  • (String)


4745
4746
4747
4748
4749
4750
# File 'lib/aws-sdk-iot/types.rb', line 4745

class DeleteThingGroupRequest < Struct.new(
  :thing_group_name,
  :expected_version)
  SENSITIVE = []
  include Aws::Structure
end