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)


19900
19901
19902
19903
19904
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19900

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