Class: Aws::IoT::Types::UpdateDynamicThingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateDynamicThingGroupResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#version ⇒ Integer
The dynamic thing group version.
Instance Attribute Details
#version ⇒ Integer
The dynamic thing group version.
16597 16598 16599 16600 16601 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16597 class UpdateDynamicThingGroupResponse < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |