Class: Aws::Types::UpdateThingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThingGroupRequest
- 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.
-
#thing_group_properties ⇒ Types::ThingGroupProperties
Returns the value of attribute thing_group_properties.
Instance Attribute Details
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
5365 5366 5367 |
# File 'sig/types.rbs', line 5365 def expected_version @expected_version end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
5363 5364 5365 |
# File 'sig/types.rbs', line 5363 def thing_group_name @thing_group_name end |
#thing_group_properties ⇒ Types::ThingGroupProperties
Returns the value of attribute thing_group_properties.
5364 5365 5366 |
# File 'sig/types.rbs', line 5364 def thing_group_properties @thing_group_properties end |