Class: Aws::NetworkManager::Types::GetConnectPeerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_peerTypes::ConnectPeer

Returns information about a core network Connect peer.

Returns:



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