Class: Aws::APIGateway::Types::UpdateDeploymentRequest

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 Deployment resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The replacement identifier for the Deployment resource to change information about.

Returns:

  • (String)


5330
5331
5332
5333
5334
5335
5336
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5330

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

#patch_operationsArray<Types::PatchOperation>

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

Returns:



5330
5331
5332
5333
5334
5335
5336
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5330

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


5330
5331
5332
5333
5334
5335
5336
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5330

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