Class: Aws::Types::DeleteDynamicThingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDynamicThingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
-
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
Instance Attribute Details
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def expected_version @expected_version end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def thing_group_name @thing_group_name end |