Class: Aws::Connect::Types::GetTestCaseExecutionSummaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetTestCaseExecutionSummaryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#test_case_execution_id ⇒ String
The identifier of the test case execution.
-
#test_case_id ⇒ String
The identifier of the test case.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
18173 18174 18175 18176 18177 18178 18179 |
# File 'lib/aws-sdk-connect/types.rb', line 18173 class GetTestCaseExecutionSummaryRequest < Struct.new( :instance_id, :test_case_id, :test_case_execution_id) SENSITIVE = [] include Aws::Structure end |
#test_case_execution_id ⇒ String
The identifier of the test case execution.
18173 18174 18175 18176 18177 18178 18179 |
# File 'lib/aws-sdk-connect/types.rb', line 18173 class GetTestCaseExecutionSummaryRequest < Struct.new( :instance_id, :test_case_id, :test_case_execution_id) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The identifier of the test case.
18173 18174 18175 18176 18177 18178 18179 |
# File 'lib/aws-sdk-connect/types.rb', line 18173 class GetTestCaseExecutionSummaryRequest < Struct.new( :instance_id, :test_case_id, :test_case_execution_id) SENSITIVE = [] include Aws::Structure end |