Class: Aws::AppIntegrationsService::Types::UpdateEventIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::UpdateEventIntegrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the event integration.
-
#name ⇒ String
The name of the event integration.
Instance Attribute Details
#description ⇒ String
The description of the event integration.
1549 1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1549 class UpdateEventIntegrationRequest < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event integration.
1549 1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1549 class UpdateEventIntegrationRequest < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |