Class: Aws::CloudWatchEvents::Types::DescribePartnerEventSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DescribePartnerEventSourceResponse
- Defined in:
- gems/aws-sdk-cloudwatchevents/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.
2023 2024 2025 2026 2027 2028 |
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2023 class DescribePartnerEventSourceResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event source.
2023 2024 2025 2026 2027 2028 |
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2023 class DescribePartnerEventSourceResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |