Class: Aws::Glue::Types::StopTriggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StopTriggerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the trigger to stop.
Instance Attribute Details
#name ⇒ String
The name of the trigger to stop.
22325 22326 22327 22328 22329 |
# File 'lib/aws-sdk-glue/types.rb', line 22325 class StopTriggerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |