Class: Aws::Types::GetSessionRequest

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)


1548
1549
1550
# File 'sig/types.rbs', line 1548

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def queue_id
  @queue_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1551
1552
1553
# File 'sig/types.rbs', line 1551

def session_id
  @session_id
end