Struct aws_sdk_emr::model::StudioSummary
source · [−]#[non_exhaustive]pub struct StudioSummary { /* private fields */ }Expand description
Details for an Amazon EMR Studio, including ID, Name, VPC, and Description. The details do not include subnets, IAM roles, security groups, or tags associated with the Studio.
Implementations
sourceimpl StudioSummary
impl StudioSummary
sourcepub fn vpc_id(&self) -> Option<&str>
pub fn vpc_id(&self) -> Option<&str>
The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The detailed description of the Amazon EMR Studio.
sourcepub fn auth_mode(&self) -> Option<&AuthMode>
pub fn auth_mode(&self) -> Option<&AuthMode>
Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time when the Amazon EMR Studio was created.
sourceimpl StudioSummary
impl StudioSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StudioSummary.
Trait Implementations
sourceimpl Clone for StudioSummary
impl Clone for StudioSummary
sourcefn clone(&self) -> StudioSummary
fn clone(&self) -> StudioSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StudioSummary
impl Debug for StudioSummary
sourceimpl PartialEq<StudioSummary> for StudioSummary
impl PartialEq<StudioSummary> for StudioSummary
sourcefn eq(&self, other: &StudioSummary) -> bool
fn eq(&self, other: &StudioSummary) -> bool
impl StructuralPartialEq for StudioSummary
Auto Trait Implementations
impl RefUnwindSafe for StudioSummary
impl Send for StudioSummary
impl Sync for StudioSummary
impl Unpin for StudioSummary
impl UnwindSafe for StudioSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more