Class: Aws::ApiGatewayV2::Types::DeleteAuthorizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DeleteAuthorizerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ 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_id ⇒ 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 |