#[non_exhaustive]pub struct ListVirtualServicesOutput { /* private fields */ }Implementations§
source§impl ListVirtualServicesOutput
impl ListVirtualServicesOutput
sourcepub fn virtual_services(&self) -> Option<&[VirtualServiceRef]>
pub fn virtual_services(&self) -> Option<&[VirtualServiceRef]>
The list of existing virtual services for the specified service mesh.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken value to include in a future ListVirtualServices request. When the results of a ListVirtualServices request exceed limit, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
source§impl ListVirtualServicesOutput
impl ListVirtualServicesOutput
sourcepub fn builder() -> ListVirtualServicesOutputBuilder
pub fn builder() -> ListVirtualServicesOutputBuilder
Creates a new builder-style object to manufacture ListVirtualServicesOutput.
Trait Implementations§
source§impl Clone for ListVirtualServicesOutput
impl Clone for ListVirtualServicesOutput
source§fn clone(&self) -> ListVirtualServicesOutput
fn clone(&self) -> ListVirtualServicesOutput
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 ListVirtualServicesOutput
impl Debug for ListVirtualServicesOutput
source§impl PartialEq<ListVirtualServicesOutput> for ListVirtualServicesOutput
impl PartialEq<ListVirtualServicesOutput> for ListVirtualServicesOutput
source§fn eq(&self, other: &ListVirtualServicesOutput) -> bool
fn eq(&self, other: &ListVirtualServicesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListVirtualServicesOutput
impl RequestId for ListVirtualServicesOutput
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.