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.
| 7042 7043 7044 7045 7046 | # File 'lib/aws-sdk-glue/types.rb', line 7042 class CreateTriggerResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |