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§
source§impl 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 IAM Identity Center.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time when the Amazon EMR Studio was created.
source§impl StudioSummary
impl StudioSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StudioSummary.
Trait Implementations§
source§impl Clone for StudioSummary
impl Clone for StudioSummary
source§fn clone(&self) -> StudioSummary
fn clone(&self) -> StudioSummary
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 Debug for StudioSummary
impl Debug for StudioSummary
source§impl PartialEq<StudioSummary> for StudioSummary
impl PartialEq<StudioSummary> for StudioSummary
source§fn eq(&self, other: &StudioSummary) -> bool
fn eq(&self, other: &StudioSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.