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
- Struct
- Aws::Glue::Types::GetClassifiersRequest
- 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
-
#max_results ⇒ Integer
The size of the list to return (optional).
-
#next_token ⇒ String
An optional continuation token.
Instance Attribute Details
#max_results ⇒ Integer
The size of the list to return (optional).
#next_token ⇒ String
An optional continuation token.