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)


7070
7071
7072
7073
7074
# File 'lib/aws-sdk-glue/types.rb', line 7070

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