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.
1693 1694 1695 1696 1697 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1693 class DescribeConnectionRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |