You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::GetClassifiersRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetClassifiersRequest 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 size of the list to return (optional).

Returns:

  • (Integer)

    The size of the list to return (optional).

#next_tokenString

An optional continuation token.

Returns:

  • (String)

    An optional continuation token.