Class: Aws::CloudWatchEvents::Types::DescribePartnerEventSourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the event source.

Returns:

  • (String)


1547
1548
1549
1550
1551
1552
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1547

class DescribePartnerEventSourceResponse < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the event source.

Returns:

  • (String)


1547
1548
1549
1550
1551
1552
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1547

class DescribePartnerEventSourceResponse < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end