Class: Aws::AppConfig::Types::StopDeploymentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_revertBoolean

A Boolean that enables AppConfig to rollback a ‘COMPLETED` deployment to the previous configuration version. This action moves the deployment to a status of `REVERTED`.

Returns:

  • (Boolean)


2463
2464
2465
2466
2467
2468
2469
2470
# File 'lib/aws-sdk-appconfig/types.rb', line 2463

class StopDeploymentRequest < Struct.new(
  :application_id,
  :environment_id,
  :deployment_number,
  :allow_revert)
  SENSITIVE = []
  include Aws::Structure
end

#application_idString

The application ID.

Returns:

  • (String)


2463
2464
2465
2466
2467
2468
2469
2470
# File 'lib/aws-sdk-appconfig/types.rb', line 2463

class StopDeploymentRequest < Struct.new(
  :application_id,
  :environment_id,
  :deployment_number,
  :allow_revert)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_numberInteger

The sequence number of the deployment.

Returns:

  • (Integer)


2463
2464
2465
2466
2467
2468
2469
2470
# File 'lib/aws-sdk-appconfig/types.rb', line 2463

class StopDeploymentRequest < Struct.new(
  :application_id,
  :environment_id,
  :deployment_number,
  :allow_revert)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

The environment ID.

Returns:

  • (String)


2463
2464
2465
2466
2467
2468
2469
2470
# File 'lib/aws-sdk-appconfig/types.rb', line 2463

class StopDeploymentRequest < Struct.new(
  :application_id,
  :environment_id,
  :deployment_number,
  :allow_revert)
  SENSITIVE = []
  include Aws::Structure
end