#[non_exhaustive]pub struct GetSuiteDefinitionOutput { /* private fields */ }
Implementations§
source§impl GetSuiteDefinitionOutput
impl GetSuiteDefinitionOutput
sourcepub fn suite_definition_id(&self) -> Option<&str>
pub fn suite_definition_id(&self) -> Option<&str>
Suite definition ID of the suite definition.
sourcepub fn suite_definition_arn(&self) -> Option<&str>
pub fn suite_definition_arn(&self) -> Option<&str>
The ARN of the suite definition.
sourcepub fn suite_definition_version(&self) -> Option<&str>
pub fn suite_definition_version(&self) -> Option<&str>
Suite definition version of the suite definition.
sourcepub fn latest_version(&self) -> Option<&str>
pub fn latest_version(&self) -> Option<&str>
Latest suite definition version of the suite definition.
sourcepub fn suite_definition_configuration(
&self
) -> Option<&SuiteDefinitionConfiguration>
pub fn suite_definition_configuration(
&self
) -> Option<&SuiteDefinitionConfiguration>
Suite configuration of the suite definition.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
Date (in Unix epoch time) when the suite definition was created.
sourcepub fn last_modified_at(&self) -> Option<&DateTime>
pub fn last_modified_at(&self) -> Option<&DateTime>
Date (in Unix epoch time) when the suite definition was last modified.
Tags attached to the suite definition.
source§impl GetSuiteDefinitionOutput
impl GetSuiteDefinitionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSuiteDefinitionOutput
.
Trait Implementations§
source§impl Clone for GetSuiteDefinitionOutput
impl Clone for GetSuiteDefinitionOutput
source§fn clone(&self) -> GetSuiteDefinitionOutput
fn clone(&self) -> GetSuiteDefinitionOutput
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 GetSuiteDefinitionOutput
impl Debug for GetSuiteDefinitionOutput
source§impl PartialEq<GetSuiteDefinitionOutput> for GetSuiteDefinitionOutput
impl PartialEq<GetSuiteDefinitionOutput> for GetSuiteDefinitionOutput
source§fn eq(&self, other: &GetSuiteDefinitionOutput) -> bool
fn eq(&self, other: &GetSuiteDefinitionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.