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:



5703
5704
5705
5706
5707
5708
5709
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5703

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)


5703
5704
5705
5706
5707
5708
5709
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5703

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)


5703
5704
5705
5706
5707
5708
5709
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5703

class UpdateStageRequest < Struct.new(
  :rest_api_id,
  :stage_name,
  :patch_operations)
  SENSITIVE = []
  include Aws::Structure
end