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
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.
2453 2454 2455 2456 2457 2458 2459 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2453 class StopDeploymentRequest < Struct.new( :application_id, :environment_id, :deployment_number) SENSITIVE = [] include Aws::Structure end |
#deployment_number ⇒ Integer
The sequence number of the deployment.
2453 2454 2455 2456 2457 2458 2459 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2453 class StopDeploymentRequest < Struct.new( :application_id, :environment_id, :deployment_number) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The environment ID.
2453 2454 2455 2456 2457 2458 2459 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2453 class StopDeploymentRequest < Struct.new( :application_id, :environment_id, :deployment_number) SENSITIVE = [] include Aws::Structure end |