Class: Aws::Connect::Types::DescribeTestCaseRequest

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)


10264
10265
10266
10267
10268
10269
10270
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10264

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

#statusString

The status of the test case version to retrieve. If not specified, returns the published version if available, otherwise returns the saved version.

Returns:

  • (String)


10264
10265
10266
10267
10268
10269
10270
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10264

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

#test_case_idString

The identifier of the test case.

Returns:

  • (String)


10264
10265
10266
10267
10268
10269
10270
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10264

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