class Aws::AppConfig::Types::StopDeploymentRequest

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

data as a hash:

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

@!attribute [rw] application_id

The application ID.
@return [String]

@!attribute [rw] environment_id

The environment ID.
@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/StopDeploymentRequest AWS API Documentation

Constants

SENSITIVE