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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


18369
18370
18371
18372
18373
# File 'lib/aws-sdk-iot/types.rb', line 18369

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