Class: Aws::Connect::Types::TestCaseExecution

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_timeTime

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_timeTime

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

#tagsHash<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_idString

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_statusString

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_idString

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