class Aws::APIGateway::Types::DeleteDeploymentRequest

Requests API Gateway to delete a Deployment resource.

@note When making an API call, you may pass DeleteDeploymentRequest

data as a hash:

    {
      rest_api_id: "String", # required
      deployment_id: "String", # required
    }

@!attribute [rw] rest_api_id

\[Required\] The string identifier of the associated RestApi.
@return [String]

@!attribute [rw] deployment_id

\[Required\] The identifier of the Deployment resource to delete.
@return [String]

Constants

SENSITIVE