#[non_exhaustive]pub struct TestAvailabilityConfigurationOutput { /* private fields */ }
Implementations§
source§impl TestAvailabilityConfigurationOutput
impl TestAvailabilityConfigurationOutput
sourcepub fn test_passed(&self) -> bool
pub fn test_passed(&self) -> bool
Boolean indicating whether the test passed or failed.
sourcepub fn failure_reason(&self) -> Option<&str>
pub fn failure_reason(&self) -> Option<&str>
String containing the reason for a failed test if TestPassed
is false.
source§impl TestAvailabilityConfigurationOutput
impl TestAvailabilityConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestAvailabilityConfigurationOutput
.
Trait Implementations§
source§impl Clone for TestAvailabilityConfigurationOutput
impl Clone for TestAvailabilityConfigurationOutput
source§fn clone(&self) -> TestAvailabilityConfigurationOutput
fn clone(&self) -> TestAvailabilityConfigurationOutput
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 PartialEq<TestAvailabilityConfigurationOutput> for TestAvailabilityConfigurationOutput
impl PartialEq<TestAvailabilityConfigurationOutput> for TestAvailabilityConfigurationOutput
source§fn eq(&self, other: &TestAvailabilityConfigurationOutput) -> bool
fn eq(&self, other: &TestAvailabilityConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.