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.
22318 22319 22320 22321 22322 |
# File 'lib/aws-sdk-glue/types.rb', line 22318 class StopTriggerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |