Class: Aws::LexModelsV2::Types::DescribeTestSetGenerationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeTestSetGenerationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_set_generation_id ⇒ String
The unique identifier of the test set generation.
Instance Attribute Details
#test_set_generation_id ⇒ String
The unique identifier of the test set generation.
7022 7023 7024 7025 7026 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7022 class DescribeTestSetGenerationRequest < Struct.new( :test_set_generation_id) SENSITIVE = [] include Aws::Structure end |