Struct aws_sdk_directconnect::input::AllocatePublicVirtualInterfaceInput [−][src]
#[non_exhaustive]pub struct AllocatePublicVirtualInterfaceInput {
pub connection_id: Option<String>,
pub owner_account: Option<String>,
pub new_public_virtual_interface_allocation: Option<NewPublicVirtualInterfaceAllocation>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.connection_id: Option<String>The ID of the connection on which the public virtual interface is provisioned.
owner_account: Option<String>The ID of the Amazon Web Services account that owns the public virtual interface.
new_public_virtual_interface_allocation: Option<NewPublicVirtualInterfaceAllocation>Information about the public virtual interface.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AllocatePublicVirtualInterface, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AllocatePublicVirtualInterface, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AllocatePublicVirtualInterface>
Creates a new builder-style object to manufacture AllocatePublicVirtualInterfaceInput
The ID of the connection on which the public virtual interface is provisioned.
The ID of the Amazon Web Services account that owns the public virtual interface.
pub fn new_public_virtual_interface_allocation(
&self
) -> Option<&NewPublicVirtualInterfaceAllocation>
pub fn new_public_virtual_interface_allocation(
&self
) -> Option<&NewPublicVirtualInterfaceAllocation>
Information about the public virtual interface.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for AllocatePublicVirtualInterfaceInput
impl Sync for AllocatePublicVirtualInterfaceInput
impl Unpin for AllocatePublicVirtualInterfaceInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
