Class: Aws::Connect::Types::StartTestCaseExecutionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of a test case execution.

Returns:

  • (String)


31182
31183
31184
31185
31186
31187
31188
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31182

class StartTestCaseExecutionResponse < Struct.new(
  :test_case_execution_id,
  :test_case_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_execution_idString

The identifier of the test case execution.

Returns:

  • (String)


31182
31183
31184
31185
31186
31187
31188
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31182

class StartTestCaseExecutionResponse < Struct.new(
  :test_case_execution_id,
  :test_case_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_idString

The identifier of the test case resource that was executed.

Returns:

  • (String)


31182
31183
31184
31185
31186
31187
31188
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31182

class StartTestCaseExecutionResponse < Struct.new(
  :test_case_execution_id,
  :test_case_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end