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])


5160
5161
5162
# File 'sig/types.rbs', line 5160

def crawler_names
  @crawler_names
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5161
5162
5163
# File 'sig/types.rbs', line 5161

def next_token
  @next_token
end