Class: Aws::Types::DisassociateMemberFromQueueRequest

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)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def farm_id
  @farm_id
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def principal_id
  @principal_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def queue_id
  @queue_id
end