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