Class: Aws::Glue::Types::GetClassifiersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetClassifiersRequest
- Defined in:
- gems/aws-sdk-glue/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).
11218 11219 11220 11221 11222 11223 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11218 class GetClassifiersRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An optional continuation token.
11218 11219 11220 11221 11222 11223 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11218 class GetClassifiersRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |