Class: Aws::Glue::Types::DeleteCrawlerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteCrawlerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass DeleteCrawlerRequest data as a hash:
{
name: "NameString", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the crawler to remove.
Instance Attribute Details
#name ⇒ String
The name of the crawler to remove.
5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-glue/types.rb', line 5256 class DeleteCrawlerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |