Class: Aws::Types::StartSuiteRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartSuiteRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#suite_run_arn ⇒ ::String
Returns the value of attribute suite_run_arn.
-
#suite_run_id ⇒ ::String
Returns the value of attribute suite_run_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
173 174 175 |
# File 'sig/types.rbs', line 173 def created_at @created_at end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
174 175 176 |
# File 'sig/types.rbs', line 174 def endpoint @endpoint end |
#suite_run_arn ⇒ ::String
Returns the value of attribute suite_run_arn.
172 173 174 |
# File 'sig/types.rbs', line 172 def suite_run_arn @suite_run_arn end |
#suite_run_id ⇒ ::String
Returns the value of attribute suite_run_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def suite_run_id @suite_run_id end |