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.

Returns:

  • (Time)


33203
33204
33205
33206
33207
33208
33209
33210
33211
33212
# File 'lib/aws-sdk-connect/types.rb', line 33203

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.

Returns:

  • (Time)


33203
33204
33205
33206
33207
33208
33209
33210
33211
33212
# File 'lib/aws-sdk-connect/types.rb', line 33203

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.

Returns:

  • (Hash<String,String>)


33203
33204
33205
33206
33207
33208
33209
33210
33211
33212
# File 'lib/aws-sdk-connect/types.rb', line 33203

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.

Returns:

  • (String)


33203
33204
33205
33206
33207
33208
33209
33210
33211
33212
# File 'lib/aws-sdk-connect/types.rb', line 33203

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.

Returns:

  • (String)


33203
33204
33205
33206
33207
33208
33209
33210
33211
33212
# File 'lib/aws-sdk-connect/types.rb', line 33203

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.

Returns:

  • (String)


33203
33204
33205
33206
33207
33208
33209
33210
33211
33212
# File 'lib/aws-sdk-connect/types.rb', line 33203

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