Class: Aws::Glue::Types::StopCrawlerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the crawler to stop.

Returns:

  • (String)


21134
21135
21136
21137
21138
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21134

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