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.
1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1490 class CreateConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |