Class: Aws::Glue::Types::StartCrawlerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the crawler to start.

Returns:

  • (String)


26584
26585
26586
26587
26588
# File 'lib/aws-sdk-glue/types.rb', line 26584

class StartCrawlerRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end