Method: Aws::CodeDeploy::Types::ECSTarget#deployment_id

Defined in:
lib/aws-sdk-codedeploy/types.rb

#deployment_idString

The unique ID of a deployment.

Returns:



2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'lib/aws-sdk-codedeploy/types.rb', line 2150

class ECSTarget < Struct.new(
  :deployment_id,
  :target_id,
  :target_arn,
  :last_updated_at,
  :lifecycle_events,
  :status,
  :task_sets_info)
  SENSITIVE = []
  include Aws::Structure
end