#[non_exhaustive]pub struct GetClusterSessionCredentialsOutput { /* private fields */ }Implementations§
source§impl GetClusterSessionCredentialsOutput
impl GetClusterSessionCredentialsOutput
sourcepub fn credentials(&self) -> Option<&Credentials>
pub fn credentials(&self) -> Option<&Credentials>
The credentials that you can use to connect to cluster endpoints that support username-based and password-based authentication.
sourcepub fn expires_at(&self) -> Option<&DateTime>
pub fn expires_at(&self) -> Option<&DateTime>
The time when the credentials that are returned by the GetClusterSessionCredentials API expire.
source§impl GetClusterSessionCredentialsOutput
impl GetClusterSessionCredentialsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetClusterSessionCredentialsOutput.
Trait Implementations§
source§impl Clone for GetClusterSessionCredentialsOutput
impl Clone for GetClusterSessionCredentialsOutput
source§fn clone(&self) -> GetClusterSessionCredentialsOutput
fn clone(&self) -> GetClusterSessionCredentialsOutput
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 PartialEq<GetClusterSessionCredentialsOutput> for GetClusterSessionCredentialsOutput
impl PartialEq<GetClusterSessionCredentialsOutput> for GetClusterSessionCredentialsOutput
source§fn eq(&self, other: &GetClusterSessionCredentialsOutput) -> bool
fn eq(&self, other: &GetClusterSessionCredentialsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.