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.
22128 22129 22130 22131 22132 |
# File 'lib/aws-sdk-glue/types.rb', line 22128 class StopTriggerResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |