Class: Aws::CloudWatchEvents::Types::PartnerEventSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::PartnerEventSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
2735 2736 2737 2738 2739 2740 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2735 class PartnerEventSource < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the partner event source.
2735 2736 2737 2738 2739 2740 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2735 class PartnerEventSource < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |