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

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 dynamic thing group version.

Returns:

  • (Integer)


16106
16107
16108
16109
16110
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16106

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