Class: Aws::CodeDeploy::Types::ECSTarget

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

Overview

Information about the target of an Amazon ECS deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-codedeploy/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

#last_updated_atTime

The date and time when the target Amazon ECS application was updated by a deployment.

Returns:

  • (Time)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-codedeploy/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

#lifecycle_eventsArray<Types::LifecycleEvent>

The lifecycle events of the deployment to this target Amazon ECS application.

Returns:



2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-codedeploy/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

#statusString

The status an Amazon ECS deployment's target ECS application.

Returns:

  • (String)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-codedeploy/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

#target_arnString

The Amazon Resource Name (ARN) of the target.

Returns:

  • (String)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-codedeploy/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

#target_idString

The unique ID of a deployment target that has a type of ecsTarget.

Returns:

  • (String)


2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-codedeploy/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

#task_sets_infoArray<Types::ECSTaskSet>

The ECSTaskSet objects associated with the ECS target.

Returns:



2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-codedeploy/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