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