Class: Aws::IoT::Types::CreateDynamicThingGroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::CreateDynamicThingGroupResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #index_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dynamic thing group index name.
 - 
  
    
      #query_string  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dynamic thing group search query string.
 - 
  
    
      #query_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dynamic thing group query version.
 - 
  
    
      #thing_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dynamic thing group ARN.
 - 
  
    
      #thing_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dynamic thing group ID.
 - 
  
    
      #thing_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dynamic thing group name.
 
Instance Attribute Details
#index_name ⇒ String
The dynamic thing group index name.
      2714 2715 2716 2717 2718 2719 2720 2721 2722 2723  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 2714 class CreateDynamicThingGroupResponse < Struct.new( :thing_group_name, :thing_group_arn, :thing_group_id, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end  | 
  
#query_string ⇒ String
The dynamic thing group search query string.
      2714 2715 2716 2717 2718 2719 2720 2721 2722 2723  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 2714 class CreateDynamicThingGroupResponse < Struct.new( :thing_group_name, :thing_group_arn, :thing_group_id, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end  | 
  
#query_version ⇒ String
The dynamic thing group query version.
      2714 2715 2716 2717 2718 2719 2720 2721 2722 2723  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 2714 class CreateDynamicThingGroupResponse < Struct.new( :thing_group_name, :thing_group_arn, :thing_group_id, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_arn ⇒ String
The dynamic thing group ARN.
      2714 2715 2716 2717 2718 2719 2720 2721 2722 2723  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 2714 class CreateDynamicThingGroupResponse < Struct.new( :thing_group_name, :thing_group_arn, :thing_group_id, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_id ⇒ String
The dynamic thing group ID.
      2714 2715 2716 2717 2718 2719 2720 2721 2722 2723  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 2714 class CreateDynamicThingGroupResponse < Struct.new( :thing_group_name, :thing_group_arn, :thing_group_id, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_name ⇒ String
The dynamic thing group name.
      2714 2715 2716 2717 2718 2719 2720 2721 2722 2723  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 2714 class CreateDynamicThingGroupResponse < Struct.new( :thing_group_name, :thing_group_arn, :thing_group_id, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end  |