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).
12302 12303 12304 12305 12306 12307 |
# File 'lib/aws-sdk-glue/types.rb', line 12302 class GetClassifiersRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An optional continuation token.
12302 12303 12304 12305 12306 12307 |
# File 'lib/aws-sdk-glue/types.rb', line 12302 class GetClassifiersRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |