Class: Aws::Glue::Types::StopCrawlerRequest

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

#nameString

Name of the crawler to stop.

Returns:

  • (String)


20541
20542
20543
20544
20545
# File 'lib/aws-sdk-glue/types.rb', line 20541

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