Class: Aws::DirectConnect::Types::CreatePrivateVirtualInterfaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreatePrivateVirtualInterfaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the connection.
-
#new_private_virtual_interface ⇒ Types::NewPrivateVirtualInterface
Information about the private virtual interface.
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection.
1215 1216 1217 1218 1219 1220 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1215 class CreatePrivateVirtualInterfaceRequest < Struct.new( :connection_id, :new_private_virtual_interface) SENSITIVE = [] include Aws::Structure end |
#new_private_virtual_interface ⇒ Types::NewPrivateVirtualInterface
Information about the private virtual interface.
1215 1216 1217 1218 1219 1220 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1215 class CreatePrivateVirtualInterfaceRequest < Struct.new( :connection_id, :new_private_virtual_interface) SENSITIVE = [] include Aws::Structure end |