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