#[non_exhaustive]pub struct GetRemoteAccessSessionInput { /* private fields */ }Expand description
Represents the request to get information about the specified remote access session.
Implementations§
source§impl GetRemoteAccessSessionInput
impl GetRemoteAccessSessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRemoteAccessSession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRemoteAccessSession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRemoteAccessSession>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRemoteAccessSessionInput.
Trait Implementations§
source§impl Clone for GetRemoteAccessSessionInput
impl Clone for GetRemoteAccessSessionInput
source§fn clone(&self) -> GetRemoteAccessSessionInput
fn clone(&self) -> GetRemoteAccessSessionInput
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 GetRemoteAccessSessionInput
impl Debug for GetRemoteAccessSessionInput
source§impl PartialEq<GetRemoteAccessSessionInput> for GetRemoteAccessSessionInput
impl PartialEq<GetRemoteAccessSessionInput> for GetRemoteAccessSessionInput
source§fn eq(&self, other: &GetRemoteAccessSessionInput) -> bool
fn eq(&self, other: &GetRemoteAccessSessionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.