Class: Aws::Glue::Types::StartCrawlerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartCrawlerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the crawler to start.
Instance Attribute Details
#name ⇒ String
Name of the crawler to start.
26565 26566 26567 26568 26569 |
# File 'lib/aws-sdk-glue/types.rb', line 26565 class StartCrawlerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |