Class: Aws::IoT::Types::UpdateThingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateThingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
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.
11445 11446 11447 11448 |
# File 'lib/aws-sdk-iot/types.rb', line 11445 class UpdateThingGroupResponse < Struct.new( :version) include Aws::Structure end |