Class: Aws::IoT::Types::DeleteDynamicThingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteDynamicThingGroupRequest
- 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 dynamic thing group to delete.
-
#thing_group_name ⇒ String
The name of the dynamic thing group to delete.
Instance Attribute Details
#expected_version ⇒ Integer
The expected version of the dynamic thing group to delete.
4923 4924 4925 4926 4927 4928 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4923 class DeleteDynamicThingGroupRequest < Struct.new( :thing_group_name, :expected_version) SENSITIVE = [] include Aws::Structure end |
#thing_group_name ⇒ String
The name of the dynamic thing group to delete.
4923 4924 4925 4926 4927 4928 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4923 class DeleteDynamicThingGroupRequest < Struct.new( :thing_group_name, :expected_version) SENSITIVE = [] include Aws::Structure end |