Class: Aws::AppConfig::Types::StopDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::StopDeploymentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_revert ⇒ Boolean
A Boolean that enables AppConfig to rollback a ‘COMPLETED` deployment to the previous configuration version.
-
#application_id ⇒ String
The application ID.
-
#deployment_number ⇒ Integer
The sequence number of the deployment.
-
#environment_id ⇒ String
The environment ID.
Instance Attribute Details
#allow_revert ⇒ Boolean
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`.
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_id ⇒ String
The application ID.
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_number ⇒ Integer
The sequence number of the deployment.
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_id ⇒ String
The environment ID.
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 |