You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApiGatewayV2::Types::Deployment

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An immutable representation of an API that can be called by users. A Deployment must be associated with a Stage for it to be callable over the internet.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_deployedBoolean

Specifies whether a deployment was automatically released.

Returns:

  • (Boolean)

    Specifies whether a deployment was automatically released.

#created_dateTime

The date and time when the Deployment resource was created.

Returns:

  • (Time)

    The date and time when the Deployment resource was created.

#deployment_idString

The identifier for the deployment.

Returns:

  • (String)

    The identifier for the deployment.

#deployment_statusString

The status of the deployment: PENDING, FAILED, or SUCCEEDED.

Possible values:

  • PENDING
  • FAILED
  • DEPLOYED

Returns:

  • (String)

    The status of the deployment: PENDING, FAILED, or SUCCEEDED.

#deployment_status_messageString

May contain additional feedback on the status of an API deployment.

Returns:

  • (String)

    May contain additional feedback on the status of an API deployment.

#descriptionString

The description for the deployment.

Returns:

  • (String)

    The description for the deployment.