Class: Aws::DirectConnect::Types::AllocatePrivateVirtualInterfaceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The ID of the connection on which the private virtual interface is provisioned.

Returns:

  • (String)


158
159
160
161
162
163
164
# File 'lib/aws-sdk-directconnect/types.rb', line 158

class AllocatePrivateVirtualInterfaceRequest < Struct.new(
  :connection_id,
  :owner_account,
  :new_private_virtual_interface_allocation)
  SENSITIVE = []
  include Aws::Structure
end

#new_private_virtual_interface_allocationTypes::NewPrivateVirtualInterfaceAllocation

Information about the private virtual interface.



158
159
160
161
162
163
164
# File 'lib/aws-sdk-directconnect/types.rb', line 158

class AllocatePrivateVirtualInterfaceRequest < Struct.new(
  :connection_id,
  :owner_account,
  :new_private_virtual_interface_allocation)
  SENSITIVE = []
  include Aws::Structure
end

#owner_accountString

The ID of the Amazon Web Services account that owns the virtual private interface.

Returns:

  • (String)


158
159
160
161
162
163
164
# File 'lib/aws-sdk-directconnect/types.rb', line 158

class AllocatePrivateVirtualInterfaceRequest < Struct.new(
  :connection_id,
  :owner_account,
  :new_private_virtual_interface_allocation)
  SENSITIVE = []
  include Aws::Structure
end