Class: Aws::Connect::Types::DescribeTestCaseResponse

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_caseTypes::TestCase

The test case object containing all test case information.

Returns:



11473
11474
11475
11476
11477
# File 'lib/aws-sdk-connect/types.rb', line 11473

class DescribeTestCaseResponse < Struct.new(
  :test_case)
  SENSITIVE = []
  include Aws::Structure
end