Class: Aws::APIGateway::Types::UpdateAuthorizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateAuthorizerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Request to update an existing Authorizer resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorizer_id ⇒ String
The identifier of the Authorizer resource.
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#authorizer_id ⇒ String
The identifier of the Authorizer resource.
5251 5252 5253 5254 5255 5256 5257 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5251 class UpdateAuthorizerRequest < Struct.new( :rest_api_id, :authorizer_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
[1]: docs.aws.amazon.com/apigateway/latest/api/patch-operations.html
5251 5252 5253 5254 5255 5256 5257 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5251 class UpdateAuthorizerRequest < Struct.new( :rest_api_id, :authorizer_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
5251 5252 5253 5254 5255 5256 5257 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5251 class UpdateAuthorizerRequest < Struct.new( :rest_api_id, :authorizer_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |