Class: Aws::DirectConnect::Types::ConfirmTransitVirtualInterfaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::ConfirmTransitVirtualInterfaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
-
#virtual_interface_id ⇒ String
The ID of the virtual interface.
Instance Attribute Details
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
672 673 674 675 676 677 |
# File 'lib/aws-sdk-directconnect/types.rb', line 672 class ConfirmTransitVirtualInterfaceRequest < Struct.new( :virtual_interface_id, :direct_connect_gateway_id) SENSITIVE = [] include Aws::Structure end |
#virtual_interface_id ⇒ String
The ID of the virtual interface.
672 673 674 675 676 677 |
# File 'lib/aws-sdk-directconnect/types.rb', line 672 class ConfirmTransitVirtualInterfaceRequest < Struct.new( :virtual_interface_id, :direct_connect_gateway_id) SENSITIVE = [] include Aws::Structure end |