Class: Aws::XRay::Types::GetIndexingRulesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::GetIndexingRulesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #indexing_rules  ⇒ Array<Types::IndexingRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Retrieves all indexing rules.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify the pagination token returned by a previous request to retrieve the next page of indexes.
 
Instance Attribute Details
#indexing_rules ⇒ Array<Types::IndexingRule>
Retrieves all indexing rules.
      840 841 842 843 844 845  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 840 class GetIndexingRulesResult < Struct.new( :indexing_rules, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
Specify the pagination token returned by a previous request to retrieve the next page of indexes.
      840 841 842 843 844 845  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 840 class GetIndexingRulesResult < Struct.new( :indexing_rules, :next_token) SENSITIVE = [] include Aws::Structure end  |