Class: Aws::CloudWatchEvents::Types::DescribePartnerEventSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DescribePartnerEventSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
1547 1548 1549 1550 1551 1552 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1547 class DescribePartnerEventSourceResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event source.
1547 1548 1549 1550 1551 1552 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1547 class DescribePartnerEventSourceResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |