Struct aws_sdk_ssm::input::ResumeSessionInput
source · #[non_exhaustive]pub struct ResumeSessionInput { /* private fields */ }Implementations§
source§impl ResumeSessionInput
impl ResumeSessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResumeSession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResumeSession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ResumeSession>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResumeSessionInput.
source§impl ResumeSessionInput
impl ResumeSessionInput
sourcepub fn session_id(&self) -> Option<&str>
pub fn session_id(&self) -> Option<&str>
The ID of the disconnected session to resume.
Trait Implementations§
source§impl Clone for ResumeSessionInput
impl Clone for ResumeSessionInput
source§fn clone(&self) -> ResumeSessionInput
fn clone(&self) -> ResumeSessionInput
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 ResumeSessionInput
impl Debug for ResumeSessionInput
source§impl PartialEq<ResumeSessionInput> for ResumeSessionInput
impl PartialEq<ResumeSessionInput> for ResumeSessionInput
source§fn eq(&self, other: &ResumeSessionInput) -> bool
fn eq(&self, other: &ResumeSessionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.