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.
10032 10033 10034 10035 10036 10037 10038 |
# File 'lib/aws-sdk-glue/types.rb', line 10032 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.
10032 10033 10034 10035 10036 10037 10038 |
# File 'lib/aws-sdk-glue/types.rb', line 10032 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.
10032 10033 10034 10035 10036 10037 10038 |
# File 'lib/aws-sdk-glue/types.rb', line 10032 class GetCrawlerMetricsRequest < Struct.new( :crawler_name_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |