Class: Aws::LexModelsV2::Types::DescribeTestExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeTestExecutionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_execution_id ⇒ String
The execution Id of the test set execution.
Instance Attribute Details
#test_execution_id ⇒ String
The execution Id of the test set execution.
6881 6882 6883 6884 6885 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6881 class DescribeTestExecutionRequest < Struct.new( :test_execution_id) SENSITIVE = [] include Aws::Structure end |