Class: Aws::ApiGatewayV2::Types::DeleteAuthorizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DeleteAuthorizerRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
2776 2777 2778 2779 2780 2781 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2776 class DeleteAuthorizerRequest < Struct.new( :api_id, :authorizer_id) SENSITIVE = [] include Aws::Structure end |
#authorizer_id ⇒ String
2776 2777 2778 2779 2780 2781 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2776 class DeleteAuthorizerRequest < Struct.new( :api_id, :authorizer_id) SENSITIVE = [] include Aws::Structure end |