Class: Aws::Types::DisassociateMemberFromJobRequest

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def queue_id
  @queue_id
end