NAME
Paws::ApiGatewayV2::CreateDeploymentResponse
ATTRIBUTES
AutoDeployed => Bool
Specifies whether a deployment was automatically released.
CreatedDate => Str
The date and time when the Deployment resource was created.
DeploymentId => Str
The identifier for the deployment.
DeploymentStatus => Str
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
Valid values are: "PENDING"
, "FAILED"
, "DEPLOYED"
=head2 DeploymentStatusMessage => Str
May contain additional feedback on the status of an API deployment.
Description => Str
The description for the deployment.