You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::GetCrawlersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCrawlersRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetCrawlersRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
max_results: 1,
next_token: "Token",
}
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of crawlers to return on each call.
-
#next_token ⇒ String
A continuation token, if this is a continuation request.
Instance Attribute Details
#max_results ⇒ Integer
The number of crawlers to return on each call.
#next_token ⇒ String
A continuation token, if this is a continuation request.