Class: Aws::NetworkManager::Types::CreateConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::Connection
Information about the connection.
Instance Attribute Details
#connection ⇒ Types::Connection
Information about the connection.
1630 1631 1632 1633 1634 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1630 class CreateConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |