Class: Aws::Types::BatchGetJobEntityRequest

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)


232
233
234
# File 'sig/types.rbs', line 232

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def fleet_id
  @fleet_id
end

#identifiers::Array[Types::JobEntityIdentifiersUnion]

Returns the value of attribute identifiers.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def identifiers
  @identifiers
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def worker_id
  @worker_id
end