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)


2997
2998
2999
# File 'sig/types.rbs', line 2997

def cluster
  @cluster
end

#scaleTypes::Scale

Returns the value of attribute scale.

Returns:



3000
3001
3002
# File 'sig/types.rbs', line 3000

def scale
  @scale
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


2998
2999
3000
# File 'sig/types.rbs', line 2998

def service
  @service
end

#task_set::String

Returns the value of attribute task_set.

Returns:

  • (::String)


2999
3000
3001
# File 'sig/types.rbs', line 2999

def task_set
  @task_set
end