class Aws::APIGateway::Types::Deployment

An immutable representation of a RestApi resource that can be called by users using Stages. A deployment must be associated with a Stage for it to be callable over the Internet.

<div class=“remarks” markdown=“1”> To create a deployment, call `POST` on the Deployments resource of a RestApi. To view, update, or delete a deployment, call `GET`, `PATCH`, or `DELETE` on the specified deployment resource (`/restapis/{restapi_id}/deployments/{deployment_id}`). </div>

<div class=“seeAlso” markdown=“1”> RestApi, Deployments, Stage, [AWS CLI], [AWS SDKs] </div>

[1]: docs.aws.amazon.com/cli/latest/reference/apigateway/get-deployment.html [2]: aws.amazon.com/tools/

@!attribute [rw] id

The identifier for the deployment resource.
@return [String]

@!attribute [rw] description

The description for the deployment resource.
@return [String]

@!attribute [rw] created_date

The date and time that the deployment resource was created.
@return [Time]

@!attribute [rw] api_summary

A summary of the RestApi at the date and time that the deployment
resource was created.
@return [Hash<String,Hash<String,Types::MethodSnapshot>>]

Constants

SENSITIVE