Class: Aws::EventBridge::Types::DescribeConnectionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the connection to retrieve.

Returns:

  • (String)


1693
1694
1695
1696
1697
# File 'lib/aws-sdk-eventbridge/types.rb', line 1693

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