#[non_exhaustive]pub struct UpdateSuiteDefinitionOutput { /* private fields */ }
Implementations§
source§impl UpdateSuiteDefinitionOutput
impl UpdateSuiteDefinitionOutput
sourcepub fn suite_definition_id(&self) -> Option<&str>
pub fn suite_definition_id(&self) -> Option<&str>
Suite definition ID of the updated test suite.
sourcepub fn suite_definition_arn(&self) -> Option<&str>
pub fn suite_definition_arn(&self) -> Option<&str>
Amazon Resource Name (ARN) of the updated test suite.
sourcepub fn suite_definition_name(&self) -> Option<&str>
pub fn suite_definition_name(&self) -> Option<&str>
Updates the suite definition name. This is a required parameter.
sourcepub fn suite_definition_version(&self) -> Option<&str>
pub fn suite_definition_version(&self) -> Option<&str>
Suite definition version of the updated test suite.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
Timestamp of when the test suite was created.
sourcepub fn last_updated_at(&self) -> Option<&DateTime>
pub fn last_updated_at(&self) -> Option<&DateTime>
Timestamp of when the test suite was updated.
source§impl UpdateSuiteDefinitionOutput
impl UpdateSuiteDefinitionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSuiteDefinitionOutput
.
Trait Implementations§
source§impl Clone for UpdateSuiteDefinitionOutput
impl Clone for UpdateSuiteDefinitionOutput
source§fn clone(&self) -> UpdateSuiteDefinitionOutput
fn clone(&self) -> UpdateSuiteDefinitionOutput
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 UpdateSuiteDefinitionOutput
impl Debug for UpdateSuiteDefinitionOutput
source§impl PartialEq<UpdateSuiteDefinitionOutput> for UpdateSuiteDefinitionOutput
impl PartialEq<UpdateSuiteDefinitionOutput> for UpdateSuiteDefinitionOutput
source§fn eq(&self, other: &UpdateSuiteDefinitionOutput) -> bool
fn eq(&self, other: &UpdateSuiteDefinitionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.