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.
23716 23717 23718 23719 23720 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23716 class StartCrawlerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |