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.
25540 25541 25542 25543 25544 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 25540 class StopTriggerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |