Class: Aws::NetworkManager::Types::CreateConnectPeerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateConnectPeerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peer ⇒ Types::ConnectPeer
The response to the request.
Instance Attribute Details
#connect_peer ⇒ Types::ConnectPeer
The response to the request.
1434 1435 1436 1437 1438 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1434 class CreateConnectPeerResponse < Struct.new( :connect_peer) SENSITIVE = [] include Aws::Structure end |