#[non_exhaustive]pub struct GetStudioSessionMappingOutput { /* private fields */ }Implementations§
source§impl GetStudioSessionMappingOutput
impl GetStudioSessionMappingOutput
sourcepub fn session_mapping(&self) -> Option<&SessionMappingDetail>
pub fn session_mapping(&self) -> Option<&SessionMappingDetail>
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and creation time.
source§impl GetStudioSessionMappingOutput
impl GetStudioSessionMappingOutput
sourcepub fn builder() -> GetStudioSessionMappingOutputBuilder
pub fn builder() -> GetStudioSessionMappingOutputBuilder
Creates a new builder-style object to manufacture GetStudioSessionMappingOutput.
Trait Implementations§
source§impl Clone for GetStudioSessionMappingOutput
impl Clone for GetStudioSessionMappingOutput
source§fn clone(&self) -> GetStudioSessionMappingOutput
fn clone(&self) -> GetStudioSessionMappingOutput
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<GetStudioSessionMappingOutput> for GetStudioSessionMappingOutput
impl PartialEq<GetStudioSessionMappingOutput> for GetStudioSessionMappingOutput
source§fn eq(&self, other: &GetStudioSessionMappingOutput) -> bool
fn eq(&self, other: &GetStudioSessionMappingOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetStudioSessionMappingOutput
impl RequestId for GetStudioSessionMappingOutput
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.