Class: Aws::AppIntegrationsService::Types::CreateEventIntegrationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_integration_arnString

The Amazon Resource Name (ARN) of the event integration.

Returns:

  • (String)


378
379
380
381
382
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 378

class CreateEventIntegrationResponse < Struct.new(
  :event_integration_arn)
  SENSITIVE = []
  include Aws::Structure
end