Class: Aws::Glue::Types::GetClassifiersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetClassifiersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass GetClassifiersRequest data as a hash:
{
max_results: 1,
next_token: "Token",
}
Constant Summary collapse
- SENSITIVE =
[]
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).
6662 6663 6664 6665 6666 6667 |
# File 'lib/aws-sdk-glue/types.rb', line 6662 class GetClassifiersRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An optional continuation token.
6662 6663 6664 6665 6666 6667 |
# File 'lib/aws-sdk-glue/types.rb', line 6662 class GetClassifiersRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |