Class: Aws::AppIntegrationsService::Types::DeleteEventIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::DeleteEventIntegrationRequest
- Includes:
- Structure
- Defined in:
- 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.
558 559 560 561 562 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 558 class DeleteEventIntegrationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |