Class: Aws::Glue::Types::ListCrawlersResponse

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

#crawler_namesArray<String>

The names of all crawlers in the account, or the crawlers with the specified tags.

Returns:

  • (Array<String>)


14792
14793
14794
14795
14796
14797
# File 'lib/aws-sdk-glue/types.rb', line 14792

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

#next_tokenString

A continuation token, if the returned list does not contain the last metric available.

Returns:

  • (String)


14792
14793
14794
14795
14796
14797
# File 'lib/aws-sdk-glue/types.rb', line 14792

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