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)


20602
20603
20604
20605
20606
# File 'lib/aws-sdk-glue/types.rb', line 20602

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