Class: Aws::Connect::Types::CreateTestCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateTestCaseResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_case_arn ⇒ String
The Amazon Resource Name (ARN) of the test.
-
#test_case_id ⇒ String
The identifier of the test.
Instance Attribute Details
#test_case_arn ⇒ String
The Amazon Resource Name (ARN) of the test.
6984 6985 6986 6987 6988 6989 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6984 class CreateTestCaseResponse < Struct.new( :test_case_id, :test_case_arn) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The identifier of the test.
6984 6985 6986 6987 6988 6989 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6984 class CreateTestCaseResponse < Struct.new( :test_case_id, :test_case_arn) SENSITIVE = [] include Aws::Structure end |