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)


18410
18411
18412
18413
18414
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18410

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