Class: Aws::NetworkManager::Types::CreateConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateConnectionResponse
- Defined in:
- gems/aws-sdk-networkmanager/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.
1481 1482 1483 1484 1485 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1481 class CreateConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |