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