Class: Aws::Types::GetTestGridSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTestGridSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
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.
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.
525 526 527 |
# File 'sig/types.rbs', line 525 def session_id @session_id end |