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.
22428 22429 22430 22431 22432 |
# File 'lib/aws-sdk-glue/types.rb', line 22428 class StopTriggerResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |