#[non_exhaustive]pub struct ListStudioSessionMappingsOutput { /* private fields */ }Implementations§
source§impl ListStudioSessionMappingsOutput
impl ListStudioSessionMappingsOutput
sourcepub fn session_mappings(&self) -> Option<&[SessionMappingSummary]>
pub fn session_mappings(&self) -> Option<&[SessionMappingSummary]>
A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
source§impl ListStudioSessionMappingsOutput
impl ListStudioSessionMappingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListStudioSessionMappingsOutput.
Trait Implementations§
source§impl Clone for ListStudioSessionMappingsOutput
impl Clone for ListStudioSessionMappingsOutput
source§fn clone(&self) -> ListStudioSessionMappingsOutput
fn clone(&self) -> ListStudioSessionMappingsOutput
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<ListStudioSessionMappingsOutput> for ListStudioSessionMappingsOutput
impl PartialEq<ListStudioSessionMappingsOutput> for ListStudioSessionMappingsOutput
source§fn eq(&self, other: &ListStudioSessionMappingsOutput) -> bool
fn eq(&self, other: &ListStudioSessionMappingsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.