Class: Aws::Types::ECSTarget

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def lifecycle_events
  @lifecycle_events
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Succeeded", "Failed", "Skipped", "Unknown", "Ready")


507
508
509
# File 'sig/types.rbs', line 507

def status
  @status
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def task_sets_info
  @task_sets_info
end