Class: Aws::IoT::Types::UpdateDynamicThingGroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::UpdateDynamicThingGroupResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      16106 16107 16108 16109 16110  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16106 class UpdateDynamicThingGroupResponse < Struct.new( :version) SENSITIVE = [] include Aws::Structure end  |