Class: Aws::Glue::Types::CreateTriggerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateTriggerResponse
- 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.
Instance Attribute Details
#name ⇒ String
The name of the trigger.
6285 6286 6287 6288 6289 |
# File 'lib/aws-sdk-glue/types.rb', line 6285 class CreateTriggerResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |