Class: Aws::LexModelsV2::Types::DescribeTestSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeTestSetRequest
- Defined in:
- gems/aws-sdk-lexmodelsv2/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.
7087 7088 7089 7090 7091 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7087 class DescribeTestSetRequest < Struct.new( :test_set_id) SENSITIVE = [] include Aws::Structure end |