Class: Aws::IoT::Types::UpdateThingGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#versionInteger

The version of the updated thing group.

Returns:

  • (Integer)


11445
11446
11447
11448
# File 'lib/aws-sdk-iot/types.rb', line 11445

class UpdateThingGroupResponse < Struct.new(
  :version)
  include Aws::Structure
end