Class: Aws::CloudWatchEvents::Types::CreatePartnerEventSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::CreatePartnerEventSourceResponse
- Defined in:
- gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_source_arn ⇒ String
The ARN of the partner event source.
Instance Attribute Details
#event_source_arn ⇒ String
The ARN of the partner event source.
992 993 994 995 996 |
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 992 class CreatePartnerEventSourceResponse < Struct.new( :event_source_arn) SENSITIVE = [] include Aws::Structure end |