Class: Aws::EventBridge::Types::DescribeEventSourceRequest

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 partner event source to display the details of.

Returns:

  • (String)


1708
1709
1710
1711
1712
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1708

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