Class: Aws::Connect::Types::TestCaseExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TestCaseExecution
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains information about a test case execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The timestamp when the test case execution ended.
-
#start_time ⇒ Time
The timestamp when the test case execution started.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
-
#test_case_execution_id ⇒ String
The identifier of the test case execution.
-
#test_case_execution_status ⇒ String
The status of the test case execution.
-
#test_case_id ⇒ String
The identifier of the test case.
Instance Attribute Details
#end_time ⇒ Time
The timestamp when the test case execution ended.
32227 32228 32229 32230 32231 32232 32233 32234 32235 32236 |
# File 'lib/aws-sdk-connect/types.rb', line 32227 class TestCaseExecution < Struct.new( :start_time, :end_time, :test_case_execution_id, :test_case_id, :test_case_execution_status, :tags) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp when the test case execution started.
32227 32228 32229 32230 32231 32232 32233 32234 32235 32236 |
# File 'lib/aws-sdk-connect/types.rb', line 32227 class TestCaseExecution < Struct.new( :start_time, :end_time, :test_case_execution_id, :test_case_id, :test_case_execution_status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
32227 32228 32229 32230 32231 32232 32233 32234 32235 32236 |
# File 'lib/aws-sdk-connect/types.rb', line 32227 class TestCaseExecution < Struct.new( :start_time, :end_time, :test_case_execution_id, :test_case_id, :test_case_execution_status, :tags) SENSITIVE = [] include Aws::Structure end |
#test_case_execution_id ⇒ String
The identifier of the test case execution.
32227 32228 32229 32230 32231 32232 32233 32234 32235 32236 |
# File 'lib/aws-sdk-connect/types.rb', line 32227 class TestCaseExecution < Struct.new( :start_time, :end_time, :test_case_execution_id, :test_case_id, :test_case_execution_status, :tags) SENSITIVE = [] include Aws::Structure end |
#test_case_execution_status ⇒ String
The status of the test case execution.
32227 32228 32229 32230 32231 32232 32233 32234 32235 32236 |
# File 'lib/aws-sdk-connect/types.rb', line 32227 class TestCaseExecution < Struct.new( :start_time, :end_time, :test_case_execution_id, :test_case_id, :test_case_execution_status, :tags) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The identifier of the test case.
32227 32228 32229 32230 32231 32232 32233 32234 32235 32236 |
# File 'lib/aws-sdk-connect/types.rb', line 32227 class TestCaseExecution < Struct.new( :start_time, :end_time, :test_case_execution_id, :test_case_id, :test_case_execution_status, :tags) SENSITIVE = [] include Aws::Structure end |