Class: Aws::Types::BatchGetSessionIdentifier

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)


360
361
362
# File 'sig/types.rbs', line 360

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def queue_id
  @queue_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def session_id
  @session_id
end