Class: Aws::CloudWatchEvents::Types::DescribeConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DescribeConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1364 class DescribeConnectionRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |