Class: Aws::LexModelsV2::Types::DescribeTestSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeTestSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_set_id ⇒ String
The test set Id for the test set request.
Instance Attribute Details
#test_set_id ⇒ String
The test set Id for the test set request.
7097 7098 7099 7100 7101 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7097 class DescribeTestSetRequest < Struct.new( :test_set_id) SENSITIVE = [] include Aws::Structure end |