Class: Aws::Types::UpdateTaskSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


3015
3016
3017
# File 'sig/types.rbs', line 3015

def cluster
  @cluster
end

#scaleTypes::Scale

Returns the value of attribute scale.

Returns:



3018
3019
3020
# File 'sig/types.rbs', line 3018

def scale
  @scale
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


3016
3017
3018
# File 'sig/types.rbs', line 3016

def service
  @service
end

#task_set::String

Returns the value of attribute task_set.

Returns:

  • (::String)


3017
3018
3019
# File 'sig/types.rbs', line 3017

def task_set
  @task_set
end