Struct aws_sdk_iot::output::TestAuthorizationOutput
source · #[non_exhaustive]pub struct TestAuthorizationOutput { /* private fields */ }
Implementations§
source§impl TestAuthorizationOutput
impl TestAuthorizationOutput
sourcepub fn auth_results(&self) -> Option<&[AuthResult]>
pub fn auth_results(&self) -> Option<&[AuthResult]>
The authentication results.
source§impl TestAuthorizationOutput
impl TestAuthorizationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestAuthorizationOutput
.
Trait Implementations§
source§impl Clone for TestAuthorizationOutput
impl Clone for TestAuthorizationOutput
source§fn clone(&self) -> TestAuthorizationOutput
fn clone(&self) -> TestAuthorizationOutput
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 TestAuthorizationOutput
impl Debug for TestAuthorizationOutput
source§impl PartialEq<TestAuthorizationOutput> for TestAuthorizationOutput
impl PartialEq<TestAuthorizationOutput> for TestAuthorizationOutput
source§fn eq(&self, other: &TestAuthorizationOutput) -> bool
fn eq(&self, other: &TestAuthorizationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.