Class: Aws::Types::UpdateQueueFleetAssociationRequest

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)


3259
3260
3261
# File 'sig/types.rbs', line 3259

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


3261
3262
3263
# File 'sig/types.rbs', line 3261

def fleet_id
  @fleet_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


3260
3261
3262
# File 'sig/types.rbs', line 3260

def queue_id
  @queue_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "STOP_SCHEDULING_AND_COMPLETE_TASKS", "STOP_SCHEDULING_AND_CANCEL_TASKS")


3262
3263
3264
# File 'sig/types.rbs', line 3262

def status
  @status
end