Class: Aws::IoT::Types::GroupNameAndArn
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GroupNameAndArn
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The name and ARN of a group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The group ARN.
 - 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The group name.
 
Instance Attribute Details
#group_arn ⇒ String
The group ARN.
      7876 7877 7878 7879 7880 7881  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7876 class GroupNameAndArn < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#group_name ⇒ String
The group name.
      7876 7877 7878 7879 7880 7881  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7876 class GroupNameAndArn < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end  |