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.
1904 1905 1906 1907 1908 1909 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1904 class DescribePartnerEventSourceResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event source.
1904 1905 1906 1907 1908 1909 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1904 class DescribePartnerEventSourceResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |