Class: Aws::Types::UpdateCrawlerScheduleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_name::String

Returns the value of attribute crawler_name.

Returns:

  • (::String)


8001
8002
8003
# File 'sig/types.rbs', line 8001

def crawler_name
  @crawler_name
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


8002
8003
8004
# File 'sig/types.rbs', line 8002

def schedule
  @schedule
end