Class: Aws::Glue::Types::StopTriggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StopTriggerRequest
- Defined in:
- gems/aws-sdk-glue/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.
24646 24647 24648 24649 24650 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24646 class StopTriggerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |