Class: Aws::Connect::Types::GetTestCaseExecutionSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetTestCaseExecutionSummaryResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The timestamp when the test case execution ended.
-
#observation_summary ⇒ Types::ObservationSummary
Summary statistics for the test case execution.
-
#start_time ⇒ Time
The timestamp when the test case execution started.
-
#status ⇒ String
The status of the test case execution.
Instance Attribute Details
#end_time ⇒ Time
The timestamp when the test case execution ended.
17592 17593 17594 17595 17596 17597 17598 17599 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17592 class GetTestCaseExecutionSummaryResponse < Struct.new( :start_time, :end_time, :status, :observation_summary) SENSITIVE = [] include Aws::Structure end |
#observation_summary ⇒ Types::ObservationSummary
Summary statistics for the test case execution.
17592 17593 17594 17595 17596 17597 17598 17599 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17592 class GetTestCaseExecutionSummaryResponse < Struct.new( :start_time, :end_time, :status, :observation_summary) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp when the test case execution started.
17592 17593 17594 17595 17596 17597 17598 17599 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17592 class GetTestCaseExecutionSummaryResponse < Struct.new( :start_time, :end_time, :status, :observation_summary) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the test case execution.
17592 17593 17594 17595 17596 17597 17598 17599 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17592 class GetTestCaseExecutionSummaryResponse < Struct.new( :start_time, :end_time, :status, :observation_summary) SENSITIVE = [] include Aws::Structure end |