Struct aws_sdk_codecatalyst::model::SpaceSummary
source · #[non_exhaustive]pub struct SpaceSummary { /* private fields */ }
Expand description
Information about an space.
Implementations§
source§impl SpaceSummary
impl SpaceSummary
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
We need to know what this is and the basic usage information so that third-party developers know how to use this data type.
sourcepub fn region_name(&self) -> Option<&str>
pub fn region_name(&self) -> Option<&str>
The Amazon Web Services Region where the space exists.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The friendly name of the space displayed to users.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the space.
source§impl SpaceSummary
impl SpaceSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SpaceSummary
.
Trait Implementations§
source§impl Clone for SpaceSummary
impl Clone for SpaceSummary
source§fn clone(&self) -> SpaceSummary
fn clone(&self) -> SpaceSummary
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 SpaceSummary
impl Debug for SpaceSummary
source§impl PartialEq<SpaceSummary> for SpaceSummary
impl PartialEq<SpaceSummary> for SpaceSummary
source§fn eq(&self, other: &SpaceSummary) -> bool
fn eq(&self, other: &SpaceSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.