Struct aws_sdk_devicefarm::operation::list_remote_access_sessions::ListRemoteAccessSessionsOutput
source · #[non_exhaustive]pub struct ListRemoteAccessSessionsOutput { /* private fields */ }Expand description
Represents the response from the server after AWS Device Farm makes a request to return information about the remote access session.
Implementations§
source§impl ListRemoteAccessSessionsOutput
impl ListRemoteAccessSessionsOutput
sourcepub fn remote_access_sessions(&self) -> Option<&[RemoteAccessSession]>
pub fn remote_access_sessions(&self) -> Option<&[RemoteAccessSession]>
A container that represents the metadata from the service about each remote access session you are requesting.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
source§impl ListRemoteAccessSessionsOutput
impl ListRemoteAccessSessionsOutput
sourcepub fn builder() -> ListRemoteAccessSessionsOutputBuilder
pub fn builder() -> ListRemoteAccessSessionsOutputBuilder
Creates a new builder-style object to manufacture ListRemoteAccessSessionsOutput.
Trait Implementations§
source§impl Clone for ListRemoteAccessSessionsOutput
impl Clone for ListRemoteAccessSessionsOutput
source§fn clone(&self) -> ListRemoteAccessSessionsOutput
fn clone(&self) -> ListRemoteAccessSessionsOutput
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 PartialEq<ListRemoteAccessSessionsOutput> for ListRemoteAccessSessionsOutput
impl PartialEq<ListRemoteAccessSessionsOutput> for ListRemoteAccessSessionsOutput
source§fn eq(&self, other: &ListRemoteAccessSessionsOutput) -> bool
fn eq(&self, other: &ListRemoteAccessSessionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListRemoteAccessSessionsOutput
impl RequestId for ListRemoteAccessSessionsOutput
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.