You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::TestInvokeAuthorizerResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#disconnect_after_in_secondsInteger

The number of seconds after which the connection is terminated.

Returns:

  • (Integer)

    The number of seconds after which the connection is terminated.

#is_authenticatedBoolean

True if the token is authenticated, otherwise false.

Returns:

  • (Boolean)

    True if the token is authenticated, otherwise false.

#policy_documentsArray<String>

IAM policy documents.

Returns:

  • (Array<String>)

    IAM policy documents.

#principal_idString

The principal ID.

Returns:

  • (String)

    The principal ID.

#refresh_after_in_secondsInteger

The number of seconds after which the temporary credentials are refreshed.

Returns:

  • (Integer)

    The number of seconds after which the temporary credentials are refreshed.