Class: Aws::Glue::Types::StopTriggerRequest

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

The name of the trigger to stop.

Returns:

  • (String)


20538
20539
20540
20541
20542
# File 'lib/aws-sdk-glue/types.rb', line 20538

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