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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2098
2099
2100
2101
2102
2103
# File 'lib/aws-sdk-eventbridge/types.rb', line 2098

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

#nameString

The name of the event source.

Returns:

  • (String)


2098
2099
2100
2101
2102
2103
# File 'lib/aws-sdk-eventbridge/types.rb', line 2098

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