Class: Aws::NetworkManager::Types::GetConnectPeerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetConnectPeerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peer_id ⇒ String
The ID of the Connect peer.
Instance Attribute Details
#connect_peer_id ⇒ String
The ID of the Connect peer.
2714 2715 2716 2717 2718 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2714 class GetConnectPeerRequest < Struct.new( :connect_peer_id) SENSITIVE = [] include Aws::Structure end |