Class: Aws::DirectConnect::Types::AllocatePublicVirtualInterfaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AllocatePublicVirtualInterfaceRequest
- 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 public virtual interface is provisioned.
-
#new_public_virtual_interface_allocation ⇒ Types::NewPublicVirtualInterfaceAllocation
Information about the public virtual interface.
-
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the public virtual interface.
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection on which the public virtual interface is provisioned.
182 183 184 185 186 187 188 |
# File 'lib/aws-sdk-directconnect/types.rb', line 182 class AllocatePublicVirtualInterfaceRequest < Struct.new( :connection_id, :owner_account, :new_public_virtual_interface_allocation) SENSITIVE = [] include Aws::Structure end |
#new_public_virtual_interface_allocation ⇒ Types::NewPublicVirtualInterfaceAllocation
Information about the public virtual interface.
182 183 184 185 186 187 188 |
# File 'lib/aws-sdk-directconnect/types.rb', line 182 class AllocatePublicVirtualInterfaceRequest < Struct.new( :connection_id, :owner_account, :new_public_virtual_interface_allocation) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the public virtual interface.
182 183 184 185 186 187 188 |
# File 'lib/aws-sdk-directconnect/types.rb', line 182 class AllocatePublicVirtualInterfaceRequest < Struct.new( :connection_id, :owner_account, :new_public_virtual_interface_allocation) SENSITIVE = [] include Aws::Structure end |