Class: Aws::CloudWatchEvents::Types::DescribePartnerEventSourceRequest

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

#nameString

The name of the event source to display.

Returns:

  • (String)


1531
1532
1533
1534
1535
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 1531

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