Class: Aws::CloudWatchEvents::Types::PartnerEventSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/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

Instance Attribute Details

#arnString

The ARN of the partner event source.

Returns:

  • (String)


2735
2736
2737
2738
2739
2740
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2735

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

#nameString

The name of the partner event source.

Returns:

  • (String)


2735
2736
2737
2738
2739
2740
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2735

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