Class: Aws::Glue::Types::SearchOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::SearchResultItem>

The list of assets matching the search criteria.

Returns:



27126
27127
27128
27129
27130
27131
# File 'lib/aws-sdk-glue/types.rb', line 27126

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

#next_tokenString

A continuation token, present if the current segment is not the last.

Returns:

  • (String)


27126
27127
27128
27129
27130
27131
# File 'lib/aws-sdk-glue/types.rb', line 27126

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