Class: Aws::APIGateway::Types::UpdateStageRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#patch_operationsArray<Types::PatchOperation>

For more information about supported patch operations, see Patch Operations.

Returns:



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_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


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_nameString

The name of the Stage resource to change information about.

Returns:

  • (String)


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