class Aws::AppConfig::Types::GetDeploymentRequest

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

data as a hash:

    {
      application_id: "Id", # required
      environment_id: "Id", # required
      deployment_number: 1, # required
    }

@!attribute [rw] application_id

The ID of the application that includes the deployment you want to
get.
@return [String]

@!attribute [rw] environment_id

The ID of the environment that includes the deployment you want to
get.
@return [String]

@!attribute [rw] deployment_number

The sequence number of the deployment.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetDeploymentRequest AWS API Documentation

Constants

SENSITIVE