Class: Aws::EventBridge::Types::PartnerEventSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::PartnerEventSource
- Includes:
- Structure
- Defined in:
- 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
-
#arn ⇒ String
The ARN of the partner event source.
-
#name ⇒ String
The name of the partner event source.
Instance Attribute Details
#arn ⇒ String
The ARN of the partner event source.
3286 3287 3288 3289 3290 3291 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 3286 class PartnerEventSource < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the partner event source.
3286 3287 3288 3289 3290 3291 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 3286 class PartnerEventSource < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |