Class: Aws::NetworkManager::Types::GetConnectPeerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetConnectPeerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peer ⇒ Types::ConnectPeer
Returns information about a core network Connect peer.
Instance Attribute Details
#connect_peer ⇒ Types::ConnectPeer
Returns information about a core network Connect peer.
2726 2727 2728 2729 2730 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2726 class GetConnectPeerResponse < Struct.new( :connect_peer) SENSITIVE = [] include Aws::Structure end |