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

Class: Aws::ApiGatewayV2::Types::CreateDeploymentResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#auto_deployedBoolean

Returns:

  • (Boolean)

#created_dateTime

Returns:

  • (Time)

#deployment_idString

The identifier.

Returns:

  • (String)

    The identifier.

    .

#deployment_statusString

Represents a deployment status.

Possible values:

  • PENDING
  • FAILED
  • DEPLOYED

Returns:

  • (String)

    Represents a deployment status.

    .

#deployment_status_messageString

Returns:

  • (String)

#descriptionString

A string with a length between [0-1024].

Returns:

  • (String)

    A string with a length between [0-1024].

    .