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.
1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1058 class CreateBGPPeerResponse < Struct.new( :virtual_interface) SENSITIVE = [] include Aws::Structure end |