#[non_exhaustive]pub struct ListProxySessionsOutput { /* private fields */ }Implementations§
source§impl ListProxySessionsOutput
impl ListProxySessionsOutput
sourcepub fn proxy_sessions(&self) -> Option<&[ProxySession]>
pub fn proxy_sessions(&self) -> Option<&[ProxySession]>
The proxy session details.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results.
source§impl ListProxySessionsOutput
impl ListProxySessionsOutput
sourcepub fn builder() -> ListProxySessionsOutputBuilder
pub fn builder() -> ListProxySessionsOutputBuilder
Creates a new builder-style object to manufacture ListProxySessionsOutput.
Trait Implementations§
source§impl Clone for ListProxySessionsOutput
impl Clone for ListProxySessionsOutput
source§fn clone(&self) -> ListProxySessionsOutput
fn clone(&self) -> ListProxySessionsOutput
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 ListProxySessionsOutput
impl Debug for ListProxySessionsOutput
source§impl PartialEq<ListProxySessionsOutput> for ListProxySessionsOutput
impl PartialEq<ListProxySessionsOutput> for ListProxySessionsOutput
source§fn eq(&self, other: &ListProxySessionsOutput) -> bool
fn eq(&self, other: &ListProxySessionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListProxySessionsOutput
impl RequestId for ListProxySessionsOutput
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.impl StructuralPartialEq for ListProxySessionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListProxySessionsOutput
impl Send for ListProxySessionsOutput
impl Sync for ListProxySessionsOutput
impl Unpin for ListProxySessionsOutput
impl UnwindSafe for ListProxySessionsOutput
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