Class: Aws::Types::DisassociateMemberFromJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateMemberFromJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_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.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def job_id @job_id end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def principal_id @principal_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def queue_id @queue_id end |