Class: Aws::Types::ListScrapersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def next_token
  @next_token
end

#scrapers::Array[Types::ScraperSummary]

Returns the value of attribute scrapers.

Returns:



502
503
504
# File 'sig/types.rbs', line 502

def scrapers
  @scrapers
end