Struct aws_sdk_appmesh::input::DeleteGatewayRouteInput [−][src]
#[non_exhaustive]pub struct DeleteGatewayRouteInput {
pub gateway_route_name: Option<String>,
pub mesh_name: Option<String>,
pub virtual_gateway_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.gateway_route_name: Option<String>
The name of the gateway route to delete.
mesh_name: Option<String>
The name of the service mesh to delete the gateway route from.
virtual_gateway_name: Option<String>
The name of the virtual gateway to delete the route 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<DeleteGatewayRoute, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteGatewayRoute, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteGatewayRoute
>
Creates a new builder-style object to manufacture DeleteGatewayRouteInput
The name of the gateway route to delete.
The name of the service mesh to delete the gateway route from.
The name of the virtual gateway to delete the route 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 DeleteGatewayRouteInput
impl Send for DeleteGatewayRouteInput
impl Sync for DeleteGatewayRouteInput
impl Unpin for DeleteGatewayRouteInput
impl UnwindSafe for DeleteGatewayRouteInput
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