Class: Aws::Types::ECSTarget
- Inherits:
-
Object
- Object
- Aws::Types::ECSTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#lifecycle_events ⇒ ::Array[Types::LifecycleEvent]
Returns the value of attribute lifecycle_events.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#task_sets_info ⇒ ::Array[Types::ECSTaskSet]
Returns the value of attribute task_sets_info.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
502 503 504 |
# File 'sig/types.rbs', line 502 def deployment_id @deployment_id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
505 506 507 |
# File 'sig/types.rbs', line 505 def last_updated_at @last_updated_at end |
#lifecycle_events ⇒ ::Array[Types::LifecycleEvent]
Returns the value of attribute lifecycle_events.
506 507 508 |
# File 'sig/types.rbs', line 506 def lifecycle_events @lifecycle_events end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
507 508 509 |
# File 'sig/types.rbs', line 507 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
504 505 506 |
# File 'sig/types.rbs', line 504 def target_arn @target_arn end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
503 504 505 |
# File 'sig/types.rbs', line 503 def target_id @target_id end |
#task_sets_info ⇒ ::Array[Types::ECSTaskSet]
Returns the value of attribute task_sets_info.
508 509 510 |
# File 'sig/types.rbs', line 508 def task_sets_info @task_sets_info end |