Class: Aws::Types::DeleteWorkerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def fleet_id
  @fleet_id
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def worker_id
  @worker_id
end