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.
1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1119 class CreateBGPPeerResponse < Struct.new( :virtual_interface) SENSITIVE = [] include Aws::Structure end |