Class: Aws::Types::UpdateServicePrimaryTaskSetRequest

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)


2939
2940
2941
# File 'sig/types.rbs', line 2939

def cluster
  @cluster
end

#primary_task_set::String

Returns the value of attribute primary_task_set.

Returns:

  • (::String)


2941
2942
2943
# File 'sig/types.rbs', line 2941

def primary_task_set
  @primary_task_set
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


2940
2941
2942
# File 'sig/types.rbs', line 2940

def service
  @service
end