Class: Aws::Glue::Types::GetClassifiersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#classifiersArray<Types::Classifier>

The requested list of classifier objects.

Returns:



9130
9131
9132
9133
9134
9135
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9130

class GetClassifiersResponse < Struct.new(
  :classifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token.

Returns:

  • (String)


9130
9131
9132
9133
9134
9135
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9130

class GetClassifiersResponse < Struct.new(
  :classifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end