Class: Aws::XRay::Types::GetGroupsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::GetGroupsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #groups  ⇒ Array<Types::GroupSummary> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The collection of all active groups.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Pagination token.
 
Instance Attribute Details
#groups ⇒ Array<Types::GroupSummary>
The collection of all active groups.
      809 810 811 812 813 814  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 809 class GetGroupsResult < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
Pagination token.
      809 810 811 812 813 814  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 809 class GetGroupsResult < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end  |