Class: Aws::Glue::Types::GetClassifiersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetClassifiersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
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).
9681 9682 9683 9684 9685 9686 |
# File 'lib/aws-sdk-glue/types.rb', line 9681 class GetClassifiersRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An optional continuation token.
9681 9682 9683 9684 9685 9686 |
# File 'lib/aws-sdk-glue/types.rb', line 9681 class GetClassifiersRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |