#[non_exhaustive]pub struct DeleteVirtualServiceOutput { /* private fields */ }Implementations§
source§impl DeleteVirtualServiceOutput
impl DeleteVirtualServiceOutput
sourcepub fn virtual_service(&self) -> Option<&VirtualServiceData>
pub fn virtual_service(&self) -> Option<&VirtualServiceData>
The virtual service that was deleted.
source§impl DeleteVirtualServiceOutput
impl DeleteVirtualServiceOutput
sourcepub fn builder() -> DeleteVirtualServiceOutputBuilder
pub fn builder() -> DeleteVirtualServiceOutputBuilder
Creates a new builder-style object to manufacture DeleteVirtualServiceOutput.
Trait Implementations§
source§impl Clone for DeleteVirtualServiceOutput
impl Clone for DeleteVirtualServiceOutput
source§fn clone(&self) -> DeleteVirtualServiceOutput
fn clone(&self) -> DeleteVirtualServiceOutput
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 Debug for DeleteVirtualServiceOutput
impl Debug for DeleteVirtualServiceOutput
source§impl PartialEq<DeleteVirtualServiceOutput> for DeleteVirtualServiceOutput
impl PartialEq<DeleteVirtualServiceOutput> for DeleteVirtualServiceOutput
source§fn eq(&self, other: &DeleteVirtualServiceOutput) -> bool
fn eq(&self, other: &DeleteVirtualServiceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteVirtualServiceOutput
impl RequestId for DeleteVirtualServiceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.