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

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

Instance Attribute Details

#end_timeTime

The timestamp when the test case execution ended.

Returns:

  • (Time)


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_timeTime

The timestamp when the test case execution started.

Returns:

  • (Time)


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

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


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_idString

The identifier of the test case execution.

Returns:

  • (String)


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_statusString

The status of the test case execution.

Returns:

  • (String)


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_idString

The identifier of the test case.

Returns:

  • (String)


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