Class: Aws::EventBridge::Types::PartnerEventSource

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

Overview

A partner event source is created by an SaaS partner. If a customer creates a partner event bus that matches this event source, that Amazon Web Services account can receive events from the partner's applications or services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the partner event source.

Returns:

  • (String)


3146
3147
3148
3149
3150
3151
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3146

class PartnerEventSource < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the partner event source.

Returns:

  • (String)


3146
3147
3148
3149
3150
3151
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 3146

class PartnerEventSource < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end