Class: Aws::Types::BatchGetSessionActionIdentifier

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)


312
313
314
# File 'sig/types.rbs', line 312

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def queue_id
  @queue_id
end

#session_action_id::String

Returns the value of attribute session_action_id.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def session_action_id
  @session_action_id
end