Class: Aws::EventBridge::Types::DescribeConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DescribeConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the connection to retrieve.
Instance Attribute Details
#name ⇒ String
The name of the connection to retrieve.
1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1586 class DescribeConnectionRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |