Class: Aws::LexModelsV2::Types::DescribeTestExecutionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_execution_idString

The execution Id of the test set execution.

Returns:

  • (String)


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