Class: Aws::Glue::Types::GetCrawlerMetricsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetCrawlerMetricsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #crawler_metrics_list  ⇒ Array<Types::CrawlerMetrics> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of metrics for the specified crawler. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if the returned list does not contain the last metric available. 
Instance Attribute Details
#crawler_metrics_list ⇒ Array<Types::CrawlerMetrics>
A list of metrics for the specified crawler.
| 11611 11612 11613 11614 11615 11616 | # File 'lib/aws-sdk-glue/types.rb', line 11611 class GetCrawlerMetricsResponse < Struct.new( :crawler_metrics_list, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, if the returned list does not contain the last metric available.
| 11611 11612 11613 11614 11615 11616 | # File 'lib/aws-sdk-glue/types.rb', line 11611 class GetCrawlerMetricsResponse < Struct.new( :crawler_metrics_list, :next_token) SENSITIVE = [] include Aws::Structure end |