Struct aws_sdk_emr::operation::get_cluster_session_credentials::GetClusterSessionCredentialsOutput
source · #[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 and password 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() -> GetClusterSessionCredentialsOutputBuilder
pub fn builder() -> GetClusterSessionCredentialsOutputBuilder
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 ==.source§impl RequestId for GetClusterSessionCredentialsOutput
impl RequestId for GetClusterSessionCredentialsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.