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
3574 3575 3576 3577 3578 3579 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3574 class DeleteAuthorizerRequest < Struct.new( :api_id, :authorizer_id) SENSITIVE = [] include Aws::Structure end |
#authorizer_id ⇒ String
3574 3575 3576 3577 3578 3579 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3574 class DeleteAuthorizerRequest < Struct.new( :api_id, :authorizer_id) SENSITIVE = [] include Aws::Structure end |