Class: Aws::APIGateway::Types::UpdateStageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateStageRequest
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
Requests API Gateway to change information about a Stage resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations][1].
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
-
#stage_name ⇒ String
The name of the Stage resource to change information about.
Instance Attribute Details
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see Patch Operations.
5697 5698 5699 5700 5701 5702 5703 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5697 class UpdateStageRequest < Struct.new( :rest_api_id, :stage_name, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
5697 5698 5699 5700 5701 5702 5703 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5697 class UpdateStageRequest < Struct.new( :rest_api_id, :stage_name, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the Stage resource to change information about.
5697 5698 5699 5700 5701 5702 5703 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5697 class UpdateStageRequest < Struct.new( :rest_api_id, :stage_name, :patch_operations) SENSITIVE = [] include Aws::Structure end |