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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

Request to describe an existing Authorizer resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_idString

The identifier of the Authorizer resource.

Returns:

  • (String)


2196
2197
2198
2199
2200
2201
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2196

class GetAuthorizerRequest < Struct.new(
  :rest_api_id,
  :authorizer_id)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


2196
2197
2198
2199
2200
2201
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2196

class GetAuthorizerRequest < Struct.new(
  :rest_api_id,
  :authorizer_id)
  SENSITIVE = []
  include Aws::Structure
end