#[non_exhaustive]pub struct AllocatePrivateVirtualInterfaceInput { /* private fields */ }Implementations§
source§impl AllocatePrivateVirtualInterfaceInput
impl AllocatePrivateVirtualInterfaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AllocatePrivateVirtualInterface, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AllocatePrivateVirtualInterface, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AllocatePrivateVirtualInterface>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AllocatePrivateVirtualInterfaceInput.
source§impl AllocatePrivateVirtualInterfaceInput
impl AllocatePrivateVirtualInterfaceInput
sourcepub fn connection_id(&self) -> Option<&str>
pub fn connection_id(&self) -> Option<&str>
The ID of the connection on which the private virtual interface is provisioned.
sourcepub fn owner_account(&self) -> Option<&str>
pub fn owner_account(&self) -> Option<&str>
The ID of the Amazon Web Services account that owns the virtual private interface.
sourcepub fn new_private_virtual_interface_allocation(
&self
) -> Option<&NewPrivateVirtualInterfaceAllocation>
pub fn new_private_virtual_interface_allocation(
&self
) -> Option<&NewPrivateVirtualInterfaceAllocation>
Information about the private virtual interface.
Trait Implementations§
source§impl Clone for AllocatePrivateVirtualInterfaceInput
impl Clone for AllocatePrivateVirtualInterfaceInput
source§fn clone(&self) -> AllocatePrivateVirtualInterfaceInput
fn clone(&self) -> AllocatePrivateVirtualInterfaceInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<AllocatePrivateVirtualInterfaceInput> for AllocatePrivateVirtualInterfaceInput
impl PartialEq<AllocatePrivateVirtualInterfaceInput> for AllocatePrivateVirtualInterfaceInput
source§fn eq(&self, other: &AllocatePrivateVirtualInterfaceInput) -> bool
fn eq(&self, other: &AllocatePrivateVirtualInterfaceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.