Class: Aws::Types::DeleteQueueFleetAssociationRequest

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)


992
993
994
# File 'sig/types.rbs', line 992

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


994
995
996
# File 'sig/types.rbs', line 994

def fleet_id
  @fleet_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


993
994
995
# File 'sig/types.rbs', line 993

def queue_id
  @queue_id
end