Class: Aws::EventBridge::Types::DescribePartnerEventSourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the event source.

Returns:

  • (String)


1779
1780
1781
1782
1783
1784
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1779

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

#nameString

The name of the event source.

Returns:

  • (String)


1779
1780
1781
1782
1783
1784
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1779

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