Class: Aws::EventBridge::Types::DescribePartnerEventSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DescribePartnerEventSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the event source.
-
#name ⇒ String
The name of the event source.
Instance Attribute Details
#arn ⇒ String
The ARN of the event source.
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 |
#name ⇒ String
The name of the event source.
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 |