Class: Aws::Types::DisassociateMemberFromQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateMemberFromQueueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
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.
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.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def queue_id @queue_id end |