Class: Aws::Glue::Types::DeleteCrawlerRequest

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

The name of the crawler to remove.

Returns:

  • (String)


8510
8511
8512
8513
8514
# File 'lib/aws-sdk-glue/types.rb', line 8510

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