Class: Aws::Connect::Types::GetTestCaseExecutionSummaryRequest

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

#instance_idString

The identifier of the Amazon Connect instance.

Returns:

  • (String)


17566
17567
17568
17569
17570
17571
17572
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17566

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

#test_case_execution_idString

The identifier of the test case execution.

Returns:

  • (String)


17566
17567
17568
17569
17570
17571
17572
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17566

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

#test_case_idString

The identifier of the test case.

Returns:

  • (String)


17566
17567
17568
17569
17570
17571
17572
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17566

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