Class: Aws::Glue::Types::GetCrawlerMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCrawlerMetricsRequest
- Defined in:
- gems/aws-sdk-glue/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.
9873 9874 9875 9876 9877 9878 9879 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9873 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.
9873 9874 9875 9876 9877 9878 9879 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9873 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.
9873 9874 9875 9876 9877 9878 9879 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9873 class GetCrawlerMetricsRequest < Struct.new( :crawler_name_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |