Class: Aws::Types::GetCrawlersResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crawlers::Array[Types::Crawler]

Returns the value of attribute crawlers.

Returns:



3410
3411
3412
# File 'sig/types.rbs', line 3410

def crawlers
  @crawlers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3411
3412
3413
# File 'sig/types.rbs', line 3411

def next_token
  @next_token
end