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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


6808
6809
6810
6811
6812
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6808

class DescribeTestExecutionRequest < Struct.new(
  :test_execution_id)
  SENSITIVE = []
  include Aws::Structure
end