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.
24992 24993 24994 24995 24996 |
# File 'lib/aws-sdk-glue/types.rb', line 24992 class StopTriggerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |