Class: Aws::IoT::Types::UpdateDynamicThingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateDynamicThingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Instance Attribute Summary collapse
-
#version ⇒ Integer
The dynamic thing group version.
Instance Attribute Details
#version ⇒ Integer
The dynamic thing group version.
10993 10994 10995 10996 |
# File 'lib/aws-sdk-iot/types.rb', line 10993 class UpdateDynamicThingGroupResponse < Struct.new( :version) include Aws::Structure end |