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
show all
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

Instance Attribute Details

#max_resultsInteger

The number of crawlers to return on each call.

Returns:

  • (Integer)

    The number of crawlers to return on each call.

#next_tokenString

A continuation token, if this is a continuation request.

Returns:

  • (String)

    A continuation token, if this is a continuation request.