Class: Aws::Glue::Types::StartCrawlerScheduleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_nameString

Name of the crawler to schedule.

Returns:

  • (String)


20482
20483
20484
20485
20486
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20482

class StartCrawlerScheduleRequest < Struct.new(
  :crawler_name)
  SENSITIVE = []
  include Aws::Structure
end