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)


2957
2958
2959
# File 'sig/types.rbs', line 2957

def cluster
  @cluster
end

#primary_task_set::String

Returns the value of attribute primary_task_set.

Returns:

  • (::String)


2959
2960
2961
# File 'sig/types.rbs', line 2959

def primary_task_set
  @primary_task_set
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


2958
2959
2960
# File 'sig/types.rbs', line 2958

def service
  @service
end