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)


7931
7932
7933
# File 'sig/types.rbs', line 7931

def crawler_name
  @crawler_name
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


7932
7933
7934
# File 'sig/types.rbs', line 7932

def schedule
  @schedule
end