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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#versionInteger

The version of the updated thing group.

Returns:

  • (Integer)


16798
16799
16800
16801
16802
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16798

class UpdateThingGroupResponse < Struct.new(
  :version)
  SENSITIVE = []
  include Aws::Structure
end