Class: Aws::IoT::Types::DeleteThingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteThingGroupRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expected_version ⇒ Integer
The expected version of the thing group to delete.
-
#thing_group_name ⇒ String
The name of the thing group to delete.
Instance Attribute Details
#expected_version ⇒ Integer
The expected version of the thing group to delete.
5291 5292 5293 5294 5295 5296 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5291 class DeleteThingGroupRequest < Struct.new( :thing_group_name, :expected_version) SENSITIVE = [] include Aws::Structure end |
#thing_group_name ⇒ String
The name of the thing group to delete.
5291 5292 5293 5294 5295 5296 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5291 class DeleteThingGroupRequest < Struct.new( :thing_group_name, :expected_version) SENSITIVE = [] include Aws::Structure end |