Class: Aws::IoT::Types::DescribeThingGroupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeThingGroupResponse
 
 
- 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.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dynamic thing group status.
 - 
  
    
      #thing_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group ARN.
 - 
  
    
      #thing_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group ID.
 - 
  
    
      #thing_group_metadata  ⇒ Types::ThingGroupMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Thing group metadata.
 - 
  
    
      #thing_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the thing group.
 - 
  
    
      #thing_group_properties  ⇒ Types::ThingGroupProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The thing group properties.
 - 
  
    
      #version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the thing group.
 
Instance Attribute Details
#index_name ⇒ String
The dynamic thing group index name.
      6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6288 class DescribeThingGroupResponse < Struct.new( :thing_group_name, :thing_group_id, :thing_group_arn, :version, :thing_group_properties, :thing_group_metadata, :index_name, :query_string, :query_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#query_string ⇒ String
The dynamic thing group search query string.
      6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6288 class DescribeThingGroupResponse < Struct.new( :thing_group_name, :thing_group_id, :thing_group_arn, :version, :thing_group_properties, :thing_group_metadata, :index_name, :query_string, :query_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#query_version ⇒ String
The dynamic thing group query version.
      6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6288 class DescribeThingGroupResponse < Struct.new( :thing_group_name, :thing_group_id, :thing_group_arn, :version, :thing_group_properties, :thing_group_metadata, :index_name, :query_string, :query_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The dynamic thing group status.
      6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6288 class DescribeThingGroupResponse < Struct.new( :thing_group_name, :thing_group_id, :thing_group_arn, :version, :thing_group_properties, :thing_group_metadata, :index_name, :query_string, :query_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_arn ⇒ String
The thing group ARN.
      6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6288 class DescribeThingGroupResponse < Struct.new( :thing_group_name, :thing_group_id, :thing_group_arn, :version, :thing_group_properties, :thing_group_metadata, :index_name, :query_string, :query_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_id ⇒ String
The thing group ID.
      6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6288 class DescribeThingGroupResponse < Struct.new( :thing_group_name, :thing_group_id, :thing_group_arn, :version, :thing_group_properties, :thing_group_metadata, :index_name, :query_string, :query_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_metadata ⇒ Types::ThingGroupMetadata
Thing group metadata.
      6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6288 class DescribeThingGroupResponse < Struct.new( :thing_group_name, :thing_group_id, :thing_group_arn, :version, :thing_group_properties, :thing_group_metadata, :index_name, :query_string, :query_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_name ⇒ String
The name of the thing group.
      6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6288 class DescribeThingGroupResponse < Struct.new( :thing_group_name, :thing_group_id, :thing_group_arn, :version, :thing_group_properties, :thing_group_metadata, :index_name, :query_string, :query_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_properties ⇒ Types::ThingGroupProperties
The thing group properties.
      6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6288 class DescribeThingGroupResponse < Struct.new( :thing_group_name, :thing_group_id, :thing_group_arn, :version, :thing_group_properties, :thing_group_metadata, :index_name, :query_string, :query_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ Integer
The version of the thing group.
      6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6288 class DescribeThingGroupResponse < Struct.new( :thing_group_name, :thing_group_id, :thing_group_arn, :version, :thing_group_properties, :thing_group_metadata, :index_name, :query_string, :query_version, :status) SENSITIVE = [] include Aws::Structure end  |