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.
10051 10052 10053 10054 10055 10056 |
# File 'lib/aws-sdk-glue/types.rb', line 10051 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.
10051 10052 10053 10054 10055 10056 |
# File 'lib/aws-sdk-glue/types.rb', line 10051 class GetCrawlerMetricsResponse < Struct.new( :crawler_metrics_list, :next_token) SENSITIVE = [] include Aws::Structure end |