Struct aws_sdk_emr::output::ListStudioSessionMappingsOutput [−][src]
#[non_exhaustive]pub struct ListStudioSessionMappingsOutput {
pub session_mappings: Option<Vec<SessionMappingSummary>>,
pub marker: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.session_mappings: Option<Vec<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.
marker: Option<String>The pagination token that indicates the next set of results to retrieve.
Implementations
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.
Creates a new builder-style object to manufacture ListStudioSessionMappingsOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for ListStudioSessionMappingsOutput
impl Sync for ListStudioSessionMappingsOutput
impl Unpin for ListStudioSessionMappingsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more