Struct aws_sdk_iot::input::TestInvokeAuthorizerInput
source · #[non_exhaustive]pub struct TestInvokeAuthorizerInput { /* private fields */ }
Implementations§
source§impl TestInvokeAuthorizerInput
impl TestInvokeAuthorizerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestInvokeAuthorizer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestInvokeAuthorizer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<TestInvokeAuthorizer
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestInvokeAuthorizerInput
.
source§impl TestInvokeAuthorizerInput
impl TestInvokeAuthorizerInput
The custom authorizer name.
sourcepub fn token_signature(&self) -> Option<&str>
pub fn token_signature(&self) -> Option<&str>
The signature made with the token and your custom authentication service's private key. This value must be Base-64-encoded.
sourcepub fn http_context(&self) -> Option<&HttpContext>
pub fn http_context(&self) -> Option<&HttpContext>
Specifies a test HTTP authorization request.
sourcepub fn mqtt_context(&self) -> Option<&MqttContext>
pub fn mqtt_context(&self) -> Option<&MqttContext>
Specifies a test MQTT authorization request.
sourcepub fn tls_context(&self) -> Option<&TlsContext>
pub fn tls_context(&self) -> Option<&TlsContext>
Specifies a test TLS authorization request.
Trait Implementations§
source§impl Clone for TestInvokeAuthorizerInput
impl Clone for TestInvokeAuthorizerInput
source§fn clone(&self) -> TestInvokeAuthorizerInput
fn clone(&self) -> TestInvokeAuthorizerInput
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 TestInvokeAuthorizerInput
impl Debug for TestInvokeAuthorizerInput
source§impl PartialEq<TestInvokeAuthorizerInput> for TestInvokeAuthorizerInput
impl PartialEq<TestInvokeAuthorizerInput> for TestInvokeAuthorizerInput
source§fn eq(&self, other: &TestInvokeAuthorizerInput) -> bool
fn eq(&self, other: &TestInvokeAuthorizerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.