Class: Aws::XRay::Types::GetGroupRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::GetGroupRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the group that was generated on creation.
 - 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The case-sensitive name of the group.
 
Instance Attribute Details
#group_arn ⇒ String
The ARN of the group that was generated on creation.
      766 767 768 769 770 771  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 766 class GetGroupRequest < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#group_name ⇒ String
The case-sensitive name of the group.
      766 767 768 769 770 771  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 766 class GetGroupRequest < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end  |