Class: Aws::DirectConnect::Types::DescribeConnectionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DescribeConnectionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the connection.
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection.
1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1589 class DescribeConnectionsRequest < Struct.new( :connection_id) SENSITIVE = [] include Aws::Structure end |