Struct aws_sdk_appmesh::input::DeleteVirtualGatewayInput [−][src]
#[non_exhaustive]pub struct DeleteVirtualGatewayInput {
pub virtual_gateway_name: Option<String>,
pub mesh_name: Option<String>,
pub mesh_owner: Option<String>,
}
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.virtual_gateway_name: Option<String>
The name of the virtual gateway to delete.
mesh_name: Option<String>
The name of the service mesh to delete the virtual gateway from.
mesh_owner: Option<String>
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVirtualGateway, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVirtualGateway, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteVirtualGateway
>
Creates a new builder-style object to manufacture DeleteVirtualGatewayInput
The name of the virtual gateway to delete.
The name of the service mesh to delete the virtual gateway from.
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
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 RefUnwindSafe for DeleteVirtualGatewayInput
impl Send for DeleteVirtualGatewayInput
impl Sync for DeleteVirtualGatewayInput
impl Unpin for DeleteVirtualGatewayInput
impl UnwindSafe for DeleteVirtualGatewayInput
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