Class: Aws::Glue::Types::GetCrawlerMetricsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetCrawlerMetricsRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #crawler_name_list  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the names of crawlers about which to retrieve metrics. 
- 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum size of a list to return. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if this is a continuation call. 
Instance Attribute Details
#crawler_name_list ⇒ Array<String>
A list of the names of crawlers about which to retrieve metrics.
| 11592 11593 11594 11595 11596 11597 11598 | # File 'lib/aws-sdk-glue/types.rb', line 11592 class GetCrawlerMetricsRequest < Struct.new( :crawler_name_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end | 
#max_results ⇒ Integer
The maximum size of a list to return.
| 11592 11593 11594 11595 11596 11597 11598 | # File 'lib/aws-sdk-glue/types.rb', line 11592 class GetCrawlerMetricsRequest < Struct.new( :crawler_name_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, if this is a continuation call.
| 11592 11593 11594 11595 11596 11597 11598 | # File 'lib/aws-sdk-glue/types.rb', line 11592 class GetCrawlerMetricsRequest < Struct.new( :crawler_name_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |