Class: Aws::IoT::Types::RemoveThingFromThingGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::RemoveThingFromThingGroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #thing_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the thing to remove from the group.
 - 
  
    
      #thing_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The group ARN.
 - 
  
    
      #thing_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The group name.
 - 
  
    
      #thing_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the thing to remove from the group.
 
Instance Attribute Details
#thing_arn ⇒ String
The ARN of the thing to remove from the group.
      13115 13116 13117 13118 13119 13120 13121 13122  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13115 class RemoveThingFromThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_arn ⇒ String
The group ARN.
      13115 13116 13117 13118 13119 13120 13121 13122  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13115 class RemoveThingFromThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_group_name ⇒ String
The group name.
      13115 13116 13117 13118 13119 13120 13121 13122  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13115 class RemoveThingFromThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_name ⇒ String
The name of the thing to remove from the group.
      13115 13116 13117 13118 13119 13120 13121 13122  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13115 class RemoveThingFromThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end  |