pub struct DeleteVpcEndpointServiceConfigurationsRequest {
pub dry_run: Option<bool>,
pub service_ids: Vec<String>,
}Fields§
§dry_run: Option<bool>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
service_ids: Vec<String>The IDs of one or more services.
Trait Implementations§
Source§impl Clone for DeleteVpcEndpointServiceConfigurationsRequest
impl Clone for DeleteVpcEndpointServiceConfigurationsRequest
Source§fn clone(&self) -> DeleteVpcEndpointServiceConfigurationsRequest
fn clone(&self) -> DeleteVpcEndpointServiceConfigurationsRequest
Returns a duplicate 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 Default for DeleteVpcEndpointServiceConfigurationsRequest
impl Default for DeleteVpcEndpointServiceConfigurationsRequest
Source§fn default() -> DeleteVpcEndpointServiceConfigurationsRequest
fn default() -> DeleteVpcEndpointServiceConfigurationsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteVpcEndpointServiceConfigurationsRequest
impl PartialEq for DeleteVpcEndpointServiceConfigurationsRequest
Source§fn eq(&self, other: &DeleteVpcEndpointServiceConfigurationsRequest) -> bool
fn eq(&self, other: &DeleteVpcEndpointServiceConfigurationsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteVpcEndpointServiceConfigurationsRequest
Auto Trait Implementations§
impl Freeze for DeleteVpcEndpointServiceConfigurationsRequest
impl RefUnwindSafe for DeleteVpcEndpointServiceConfigurationsRequest
impl Send for DeleteVpcEndpointServiceConfigurationsRequest
impl Sync for DeleteVpcEndpointServiceConfigurationsRequest
impl Unpin for DeleteVpcEndpointServiceConfigurationsRequest
impl UnwindSafe for DeleteVpcEndpointServiceConfigurationsRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more