Class: Aws::EventBridge::Types::DescribePartnerEventSourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/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)


1763
1764
1765
1766
1767
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1763

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