Struct aws_sdk_ssm::input::ResumeSessionInput
source · [−]#[non_exhaustive]pub struct ResumeSessionInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for ResumeSessionInput
impl Clone for ResumeSessionInput
sourcefn clone(&self) -> ResumeSessionInput
fn clone(&self) -> ResumeSessionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ResumeSessionInput
impl Debug for ResumeSessionInput
sourceimpl PartialEq<ResumeSessionInput> for ResumeSessionInput
impl PartialEq<ResumeSessionInput> for ResumeSessionInput
sourcefn eq(&self, other: &ResumeSessionInput) -> bool
fn eq(&self, other: &ResumeSessionInput) -> bool
impl StructuralPartialEq for ResumeSessionInput
Auto Trait Implementations
impl RefUnwindSafe for ResumeSessionInput
impl Send for ResumeSessionInput
impl Sync for ResumeSessionInput
impl Unpin for ResumeSessionInput
impl UnwindSafe for ResumeSessionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more