Struct aws_sdk_emr::model::StudioSummary [−][src]
#[non_exhaustive]pub struct StudioSummary {
pub studio_id: Option<String>,
pub name: Option<String>,
pub vpc_id: Option<String>,
pub description: Option<String>,
pub url: Option<String>,
pub auth_mode: Option<AuthMode>,
pub creation_time: Option<DateTime>,
}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.
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.studio_id: Option<String>The ID of the Amazon EMR Studio.
name: Option<String>The name of the Amazon EMR Studio.
vpc_id: Option<String>The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
description: Option<String>The detailed description of the Amazon EMR Studio.
url: Option<String>The unique access URL of the Amazon EMR Studio.
auth_mode: Option<AuthMode>Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
creation_time: Option<DateTime>The time when the Amazon EMR Studio was created.
Implementations
The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.
The detailed description of the Amazon EMR Studio.
Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.
The time when the Amazon EMR Studio was created.
Creates a new builder-style object to manufacture StudioSummary
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 RefUnwindSafe for StudioSummary
impl Send for StudioSummary
impl Sync for StudioSummary
impl Unpin for StudioSummary
impl UnwindSafe for StudioSummary
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
