Class: Aws::APIGateway::Types::DeleteDeploymentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

Requests API Gateway to delete a Deployment resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The identifier of the Deployment resource to delete.

Returns:

  • (String)


1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1288

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1288

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