Class: Aws::Types::ListCrawlersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_names::Array[::String]

Returns the value of attribute crawler_names.

Returns:

  • (::Array[::String])


5179
5180
5181
# File 'sig/types.rbs', line 5179

def crawler_names
  @crawler_names
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5180
5181
5182
# File 'sig/types.rbs', line 5180

def next_token
  @next_token
end