Class: Aws::ApiGatewayV2::Types::DeleteAuthorizerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2774

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

#authorizer_idString

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2774

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