Class: Aws::Types::GetTestGridSessionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def project_arn
  @project_arn
end

#session_arn::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def session_arn
  @session_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def session_id
  @session_id
end