Class: Aws::Types::ECSTaskSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_count::Integer

Returns the value of attribute desired_count.

Returns:

  • (::Integer)


514
515
516
# File 'sig/types.rbs', line 514

def desired_count
  @desired_count
end

#identifer::String

Returns the value of attribute identifer.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def identifer
  @identifer
end

#pending_count::Integer

Returns the value of attribute pending_count.

Returns:

  • (::Integer)


515
516
517
# File 'sig/types.rbs', line 515

def pending_count
  @pending_count
end

#running_count::Integer

Returns the value of attribute running_count.

Returns:

  • (::Integer)


516
517
518
# File 'sig/types.rbs', line 516

def running_count
  @running_count
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def status
  @status
end

#target_groupTypes::TargetGroupInfo

Returns the value of attribute target_group.



519
520
521
# File 'sig/types.rbs', line 519

def target_group
  @target_group
end

#task_set_label"Blue", "Green"

Returns the value of attribute task_set_label.

Returns:

  • ("Blue", "Green")


520
521
522
# File 'sig/types.rbs', line 520

def task_set_label
  @task_set_label
end

#traffic_weight::Float

Returns the value of attribute traffic_weight.

Returns:

  • (::Float)


518
519
520
# File 'sig/types.rbs', line 518

def traffic_weight
  @traffic_weight
end