Class: Aws::DirectConnect::Types::CreateBGPPeerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreateBGPPeerResponse
- Defined in:
- gems/aws-sdk-directconnect/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.
1008 1009 1010 1011 1012 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1008 class CreateBGPPeerResponse < Struct.new( :virtual_interface) SENSITIVE = [] include Aws::Structure end |