Class: Aws::Glue::Types::StopCrawlerScheduleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_nameString

Name of the crawler whose schedule state to set.

Returns:

  • (String)


20565
20566
20567
20568
20569
# File 'lib/aws-sdk-glue/types.rb', line 20565

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