Struct rusoto_iot::TestInvokeAuthorizerRequest [] [src]

pub struct TestInvokeAuthorizerRequest {
    pub authorizer_name: String,
    pub token: String,
    pub token_signature: String,
}

Fields

The custom authorizer name.

The token returned by your custom authentication service.

The signature made with the token and your custom authentication service's private key.

Trait Implementations

impl Default for TestInvokeAuthorizerRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for TestInvokeAuthorizerRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TestInvokeAuthorizerRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations