Class: Aws::IoT::Types::UpdateDynamicThingGroupResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#versionInteger

The dynamic thing group version.

Returns:

  • (Integer)


10993
10994
10995
10996
# File 'lib/aws-sdk-iot/types.rb', line 10993

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