Class: Aws::Connect::Types::TestCaseExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TestCaseExecution
- Defined in:
- gems/aws-sdk-connect/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.
32410 32411 32412 32413 32414 32415 32416 32417 32418 32419 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32410 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.
32410 32411 32412 32413 32414 32415 32416 32417 32418 32419 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32410 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.
32410 32411 32412 32413 32414 32415 32416 32417 32418 32419 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32410 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.
32410 32411 32412 32413 32414 32415 32416 32417 32418 32419 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32410 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.
32410 32411 32412 32413 32414 32415 32416 32417 32418 32419 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32410 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.
32410 32411 32412 32413 32414 32415 32416 32417 32418 32419 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32410 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 |