Class: Aws::CodeDeploy::Types::ECSTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::ECSTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Information about the target of an Amazon ECS deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The unique ID of a deployment.
-
#last_updated_at ⇒ Time
The date and time when the target Amazon ECS application was updated by a deployment.
-
#lifecycle_events ⇒ Array<Types::LifecycleEvent>
The lifecycle events of the deployment to this target Amazon ECS application.
-
#status ⇒ String
The status an Amazon ECS deployment’s target ECS application.
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target.
-
#target_id ⇒ String
The unique ID of a deployment target that has a type of ‘ecsTarget`.
-
#task_sets_info ⇒ Array<Types::ECSTaskSet>
The ‘ECSTaskSet` objects associated with the ECS target.
Instance Attribute Details
#deployment_id ⇒ String
The unique ID of a deployment.
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 |
#last_updated_at ⇒ Time
The date and time when the target Amazon ECS application was updated by a deployment.
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 |
#lifecycle_events ⇒ Array<Types::LifecycleEvent>
The lifecycle events of the deployment to this target Amazon ECS application.
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 |
#status ⇒ String
The status an Amazon ECS deployment’s target ECS application.
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 |
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target.
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 |
#target_id ⇒ String
The unique ID of a deployment target that has a type of ‘ecsTarget`.
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 |
#task_sets_info ⇒ Array<Types::ECSTaskSet>
The ‘ECSTaskSet` objects associated with the ECS target.
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 |