Class: Aws::Glue::Types::StopTriggerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StopTriggerResponse
- 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 that was stopped.
Instance Attribute Details
#name ⇒ String
The name of the trigger that was stopped.
22330 22331 22332 22333 22334 |
# File 'lib/aws-sdk-glue/types.rb', line 22330 class StopTriggerResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |