Class: Aws::AppIntegrationsService::Types::DeleteEventIntegrationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppIntegrationsService::Types::DeleteEventIntegrationRequest
 
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the event integration. 
Instance Attribute Details
#name ⇒ String
The name of the event integration.
| 613 614 615 616 617 | # File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 613 class DeleteEventIntegrationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |