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.
10057 10058 10059 10060 10061 10062 |
# File 'lib/aws-sdk-glue/types.rb', line 10057 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.
10057 10058 10059 10060 10061 10062 |
# File 'lib/aws-sdk-glue/types.rb', line 10057 class GetCrawlerMetricsResponse < Struct.new( :crawler_metrics_list, :next_token) SENSITIVE = [] include Aws::Structure end |