Class: Aws::Types::SuiteRunInformation
- Inherits:
-
Object
- Object
- Aws::Types::SuiteRunInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#end_at ⇒ ::Time
Returns the value of attribute end_at.
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#passed ⇒ ::Integer
Returns the value of attribute passed.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "PASS", ...
Returns the value of attribute status.
-
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
-
#suite_definition_name ⇒ ::String
Returns the value of attribute suite_definition_name.
-
#suite_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
-
#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.
221 222 223 |
# File 'sig/types.rbs', line 221 def created_at @created_at end |
#end_at ⇒ ::Time
Returns the value of attribute end_at.
223 224 225 |
# File 'sig/types.rbs', line 223 def end_at @end_at end |
#failed ⇒ ::Integer
Returns the value of attribute failed.
226 227 228 |
# File 'sig/types.rbs', line 226 def failed @failed end |
#passed ⇒ ::Integer
Returns the value of attribute passed.
225 226 227 |
# File 'sig/types.rbs', line 225 def passed @passed end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
222 223 224 |
# File 'sig/types.rbs', line 222 def started_at @started_at end |
#status ⇒ "PASS", ...
Returns the value of attribute status.
224 225 226 |
# File 'sig/types.rbs', line 224 def status @status end |
#suite_definition_id ⇒ ::String
Returns the value of attribute suite_definition_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def suite_definition_id @suite_definition_id end |
#suite_definition_name ⇒ ::String
Returns the value of attribute suite_definition_name.
219 220 221 |
# File 'sig/types.rbs', line 219 def suite_definition_name @suite_definition_name end |
#suite_definition_version ⇒ ::String
Returns the value of attribute suite_definition_version.
218 219 220 |
# File 'sig/types.rbs', line 218 def suite_definition_version @suite_definition_version end |
#suite_run_id ⇒ ::String
Returns the value of attribute suite_run_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def suite_run_id @suite_run_id end |