Struct aws_sdk_glue::input::ListSessionsInput
source · #[non_exhaustive]pub struct ListSessionsInput { /* private fields */ }Implementations§
source§impl ListSessionsInput
impl ListSessionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSessions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSessions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSessions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSessionsInput.
source§impl ListSessionsInput
impl ListSessionsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results, or null if there are no more result.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results.
Tags belonging to the session.
sourcepub fn request_origin(&self) -> Option<&str>
pub fn request_origin(&self) -> Option<&str>
The origin of the request.
Trait Implementations§
source§impl Clone for ListSessionsInput
impl Clone for ListSessionsInput
source§fn clone(&self) -> ListSessionsInput
fn clone(&self) -> ListSessionsInput
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 ListSessionsInput
impl Debug for ListSessionsInput
source§impl PartialEq<ListSessionsInput> for ListSessionsInput
impl PartialEq<ListSessionsInput> for ListSessionsInput
source§fn eq(&self, other: &ListSessionsInput) -> bool
fn eq(&self, other: &ListSessionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.