Struct aws_sdk_sagemaker::model::SpaceDetails
source · #[non_exhaustive]pub struct SpaceDetails { /* private fields */ }
Expand description
The space's details.
Implementations§
source§impl SpaceDetails
impl SpaceDetails
sourcepub fn space_name(&self) -> Option<&str>
pub fn space_name(&self) -> Option<&str>
The name of the space.
sourcepub fn status(&self) -> Option<&SpaceStatus>
pub fn status(&self) -> Option<&SpaceStatus>
The status.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The creation time.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The last modified time.
source§impl SpaceDetails
impl SpaceDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SpaceDetails
.
Trait Implementations§
source§impl Clone for SpaceDetails
impl Clone for SpaceDetails
source§fn clone(&self) -> SpaceDetails
fn clone(&self) -> SpaceDetails
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 SpaceDetails
impl Debug for SpaceDetails
source§impl PartialEq<SpaceDetails> for SpaceDetails
impl PartialEq<SpaceDetails> for SpaceDetails
source§fn eq(&self, other: &SpaceDetails) -> bool
fn eq(&self, other: &SpaceDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.