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

Class: Aws::APIGateway::Types::GetAuthorizerRequest

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

Overview

Note:

When passing GetAuthorizerRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  rest_api_id: "String", # required
  authorizer_id: "String", # required
}

Request to describe an existing Authorizer resource.

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_idString

[Required] The identifier of the Authorizer resource.

Returns:

  • (String)

    [Required] The identifier of the Authorizer resource.

#rest_api_idString

[Required] The string identifier of the associated RestApi.

Returns:

  • (String)

    [Required] The string identifier of the associated RestApi.