Class: Aws::Connect::Types::DescribeTestCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeTestCaseResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_case ⇒ Types::TestCase
The test case object containing all test case information.
Instance Attribute Details
#test_case ⇒ Types::TestCase
The test case object containing all test case information.
10258 10259 10260 10261 10262 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10258 class DescribeTestCaseResponse < Struct.new( :test_case) SENSITIVE = [] include Aws::Structure end |