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

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

Returns:

  • (Integer)


17779
17780
17781
17782
17783
# File 'lib/aws-sdk-iot/types.rb', line 17779

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