Class: Aws::Types::SuiteRunInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


223
224
225
# File 'sig/types.rbs', line 223

def end_at
  @end_at
end

#failed ⇒ ::Integer

Returns the value of attribute failed.

Returns:

  • (::Integer)


226
227
228
# File 'sig/types.rbs', line 226

def failed
  @failed
end

#passed ⇒ ::Integer

Returns the value of attribute passed.

Returns:

  • (::Integer)


225
226
227
# File 'sig/types.rbs', line 225

def passed
  @passed
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


222
223
224
# File 'sig/types.rbs', line 222

def started_at
  @started_at
end

#status ⇒ "PASS", ...

Returns the value of attribute status.

Returns:

  • ("PASS", "FAIL", "CANCELED", "PENDING", "RUNNING", "STOPPING", "STOPPED", "PASS_WITH_WARNINGS", "ERROR")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def suite_run_id
  @suite_run_id
end