Class: Aws::Types::GetSuiteRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


102
103
104
# File 'sig/types.rbs', line 102

def end_time
  @end_time
end

#error_reason ⇒ ::String

Returns the value of attribute error_reason.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def error_reason
  @error_reason
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


101
102
103
# File 'sig/types.rbs', line 101

def start_time
  @start_time
end

#status ⇒ "PASS", ...

Returns the value of attribute status.

Returns:

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


103
104
105
# File 'sig/types.rbs', line 103

def status
  @status
end

#suite_definition_id ⇒ ::String

Returns the value of attribute suite_definition_id.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def suite_definition_id
  @suite_definition_id
end

#suite_definition_version ⇒ ::String

Returns the value of attribute suite_definition_version.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def suite_definition_version
  @suite_definition_version
end

#suite_run_arn ⇒ ::String

Returns the value of attribute suite_run_arn.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def suite_run_arn
  @suite_run_arn
end

#suite_run_configuration ⇒ Types::SuiteRunConfiguration

Returns the value of attribute suite_run_configuration.



99
100
101
# File 'sig/types.rbs', line 99

def suite_run_configuration
  @suite_run_configuration
end

#suite_run_id ⇒ ::String

Returns the value of attribute suite_run_id.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def suite_run_id
  @suite_run_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


105
106
107
# File 'sig/types.rbs', line 105

def tags
  @tags
end

#test_result ⇒ Types::TestResult

Returns the value of attribute test_result.

Returns:



100
101
102
# File 'sig/types.rbs', line 100

def test_result
  @test_result
end