Class: Aws::IoT::Types::DeleteDynamicThingGroupRequest

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

Overview

Note:

When making an API call, you may pass DeleteDynamicThingGroupRequest data as a hash:

{
  thing_group_name: "ThingGroupName", # required
  expected_version: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#expected_versionInteger

The expected version of the dynamic thing group to delete.



3197
3198
3199
3200
3201
# File 'lib/aws-sdk-iot/types.rb', line 3197

class DeleteDynamicThingGroupRequest < Struct.new(
  :thing_group_name,
  :expected_version)
  include Aws::Structure
end

#thing_group_nameString

The name of the dynamic thing group to delete.



3197
3198
3199
3200
3201
# File 'lib/aws-sdk-iot/types.rb', line 3197

class DeleteDynamicThingGroupRequest < Struct.new(
  :thing_group_name,
  :expected_version)
  include Aws::Structure
end