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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID.

Returns:

  • (String)


2326
2327
2328
2329
2330
2331
2332
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2326

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

#deployment_numberInteger

The sequence number of the deployment.

Returns:

  • (Integer)


2326
2327
2328
2329
2330
2331
2332
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2326

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

#environment_idString

The environment ID.

Returns:

  • (String)


2326
2327
2328
2329
2330
2331
2332
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2326

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