Class: Aws::Connect::Types::GetTestCaseExecutionSummaryResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The timestamp when the test case execution ended.

Returns:

  • (Time)


17559
17560
17561
17562
17563
17564
17565
17566
# File 'lib/aws-sdk-connect/types.rb', line 17559

class GetTestCaseExecutionSummaryResponse < Struct.new(
  :start_time,
  :end_time,
  :status,
  :observation_summary)
  SENSITIVE = []
  include Aws::Structure
end

#observation_summaryTypes::ObservationSummary

Summary statistics for the test case execution.



17559
17560
17561
17562
17563
17564
17565
17566
# File 'lib/aws-sdk-connect/types.rb', line 17559

class GetTestCaseExecutionSummaryResponse < Struct.new(
  :start_time,
  :end_time,
  :status,
  :observation_summary)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp when the test case execution started.

Returns:

  • (Time)


17559
17560
17561
17562
17563
17564
17565
17566
# File 'lib/aws-sdk-connect/types.rb', line 17559

class GetTestCaseExecutionSummaryResponse < Struct.new(
  :start_time,
  :end_time,
  :status,
  :observation_summary)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the test case execution.

Returns:

  • (String)


17559
17560
17561
17562
17563
17564
17565
17566
# File 'lib/aws-sdk-connect/types.rb', line 17559

class GetTestCaseExecutionSummaryResponse < Struct.new(
  :start_time,
  :end_time,
  :status,
  :observation_summary)
  SENSITIVE = []
  include Aws::Structure
end