Class: Aws::DirectConnect::Types::CreateBGPPeerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreateBGPPeerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#virtual_interface ⇒ Types::VirtualInterface
The virtual interface.
Instance Attribute Details
#virtual_interface ⇒ Types::VirtualInterface
The virtual interface.
915 916 917 918 919 |
# File 'lib/aws-sdk-directconnect/types.rb', line 915 class CreateBGPPeerResponse < Struct.new( :virtual_interface) SENSITIVE = [] include Aws::Structure end |