Class: Aws::DirectConnect::Types::AllocateTransitVirtualInterfaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AllocateTransitVirtualInterfaceRequest
- 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 on which the transit virtual interface is provisioned.
-
#new_transit_virtual_interface_allocation ⇒ Types::NewTransitVirtualInterfaceAllocation
Information about the transit virtual interface.
-
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the transit virtual interface.
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection on which the transit virtual interface is provisioned.
206 207 208 209 210 211 212 |
# File 'lib/aws-sdk-directconnect/types.rb', line 206 class AllocateTransitVirtualInterfaceRequest < Struct.new( :connection_id, :owner_account, :new_transit_virtual_interface_allocation) SENSITIVE = [] include Aws::Structure end |
#new_transit_virtual_interface_allocation ⇒ Types::NewTransitVirtualInterfaceAllocation
Information about the transit virtual interface.
206 207 208 209 210 211 212 |
# File 'lib/aws-sdk-directconnect/types.rb', line 206 class AllocateTransitVirtualInterfaceRequest < Struct.new( :connection_id, :owner_account, :new_transit_virtual_interface_allocation) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the transit virtual interface.
206 207 208 209 210 211 212 |
# File 'lib/aws-sdk-directconnect/types.rb', line 206 class AllocateTransitVirtualInterfaceRequest < Struct.new( :connection_id, :owner_account, :new_transit_virtual_interface_allocation) SENSITIVE = [] include Aws::Structure end |