Class: Aws::AppConfig::Types::StopDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::StopDeploymentRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
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
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application ID.
-
#deployment_number ⇒ Integer
The sequence number of the deployment.
-
#environment_id ⇒ String
The environment ID.
Instance Attribute Details
#application_id ⇒ String
The application ID.
1856 1857 1858 1859 1860 1861 1862 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1856 class StopDeploymentRequest < Struct.new( :application_id, :environment_id, :deployment_number) SENSITIVE = [] include Aws::Structure end |
#deployment_number ⇒ Integer
The sequence number of the deployment.
1856 1857 1858 1859 1860 1861 1862 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1856 class StopDeploymentRequest < Struct.new( :application_id, :environment_id, :deployment_number) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The environment ID.
1856 1857 1858 1859 1860 1861 1862 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1856 class StopDeploymentRequest < Struct.new( :application_id, :environment_id, :deployment_number) SENSITIVE = [] include Aws::Structure end |