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
Note:
When making an API call, you may pass GetCrawlerMetricsRequest data as a hash:
{
crawler_name_list: ["NameString"],
max_results: 1,
next_token: "Token",
}
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.
10867 10868 10869 10870 10871 10872 10873 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10867 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.
10867 10868 10869 10870 10871 10872 10873 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10867 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.
10867 10868 10869 10870 10871 10872 10873 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10867 class GetCrawlerMetricsRequest < Struct.new( :crawler_name_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |