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)


15791
15792
15793
15794
15795
# File 'lib/aws-sdk-iot/types.rb', line 15791

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