Struct aws_sdk_iot::output::TestInvokeAuthorizerOutput
source · #[non_exhaustive]pub struct TestInvokeAuthorizerOutput { /* private fields */ }
Implementations§
source§impl TestInvokeAuthorizerOutput
impl TestInvokeAuthorizerOutput
sourcepub fn is_authenticated(&self) -> Option<bool>
pub fn is_authenticated(&self) -> Option<bool>
True if the token is authenticated, otherwise false.
sourcepub fn principal_id(&self) -> Option<&str>
pub fn principal_id(&self) -> Option<&str>
The principal ID.
sourcepub fn policy_documents(&self) -> Option<&[String]>
pub fn policy_documents(&self) -> Option<&[String]>
IAM policy documents.
sourcepub fn refresh_after_in_seconds(&self) -> Option<i32>
pub fn refresh_after_in_seconds(&self) -> Option<i32>
The number of seconds after which the temporary credentials are refreshed.
sourcepub fn disconnect_after_in_seconds(&self) -> Option<i32>
pub fn disconnect_after_in_seconds(&self) -> Option<i32>
The number of seconds after which the connection is terminated.
source§impl TestInvokeAuthorizerOutput
impl TestInvokeAuthorizerOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestInvokeAuthorizerOutput
.
Trait Implementations§
source§impl Clone for TestInvokeAuthorizerOutput
impl Clone for TestInvokeAuthorizerOutput
source§fn clone(&self) -> TestInvokeAuthorizerOutput
fn clone(&self) -> TestInvokeAuthorizerOutput
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 TestInvokeAuthorizerOutput
impl Debug for TestInvokeAuthorizerOutput
source§impl PartialEq<TestInvokeAuthorizerOutput> for TestInvokeAuthorizerOutput
impl PartialEq<TestInvokeAuthorizerOutput> for TestInvokeAuthorizerOutput
source§fn eq(&self, other: &TestInvokeAuthorizerOutput) -> bool
fn eq(&self, other: &TestInvokeAuthorizerOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.