Class: Aws::Connect::Types::CreateTestCaseResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_case_arnString

The Amazon Resource Name (ARN) of the test.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
# File 'lib/aws-sdk-connect/types.rb', line 7139

class CreateTestCaseResponse < Struct.new(
  :test_case_id,
  :test_case_arn)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_idString

The identifier of the test.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
# File 'lib/aws-sdk-connect/types.rb', line 7139

class CreateTestCaseResponse < Struct.new(
  :test_case_id,
  :test_case_arn)
  SENSITIVE = []
  include Aws::Structure
end