Class: Aws::CloudWatchEvents::Types::CreatePartnerEventSourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_source_arnString

The ARN of the partner event source.

Returns:

  • (String)


992
993
994
995
996
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 992

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