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