Class: Aws::AppIntegrationsService::Types::GetEventIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::GetEventIntegrationRequest
- 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.
901 902 903 904 905 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 901 class GetEventIntegrationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |