Class: Aws::Glue::Types::GetClassifiersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetClassifiersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#classifiers ⇒ Array<Types::Classifier>
The requested list of classifier objects.
-
#next_token ⇒ String
A continuation token.
Instance Attribute Details
#classifiers ⇒ Array<Types::Classifier>
The requested list of classifier objects.
9698 9699 9700 9701 9702 9703 |
# File 'lib/aws-sdk-glue/types.rb', line 9698 class GetClassifiersResponse < Struct.new( :classifiers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token.
9698 9699 9700 9701 9702 9703 |
# File 'lib/aws-sdk-glue/types.rb', line 9698 class GetClassifiersResponse < Struct.new( :classifiers, :next_token) SENSITIVE = [] include Aws::Structure end |