Class: Aws::Glue::Types::StartCrawlerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartCrawlerRequest
- Defined in:
- gems/aws-sdk-glue/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.
25394 25395 25396 25397 25398 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 25394 class StartCrawlerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |