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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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:



2476
2477
2478
2479
2480
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2476

class GetConnectPeerResponse < Struct.new(
  :connect_peer)
  SENSITIVE = []
  include Aws::Structure
end