Class: Aws::IoT::Types::UpdateThingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateThingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#version ⇒ Integer
The version of the updated thing group.
Instance Attribute Details
#version ⇒ Integer
The version of the updated thing group.
17569 17570 17571 17572 17573 |
# File 'lib/aws-sdk-iot/types.rb', line 17569 class UpdateThingGroupResponse < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |