Class: Aws::LexModelsV2::Types::GetTestExecutionArtifactsUrlResponse

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

#download_artifacts_url ⇒ String

The pre-signed Amazon S3 URL to download completed test execution.

Returns:

  • (String)


8263
8264
8265
8266
8267
8268
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8263

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

#test_execution_id ⇒ String

The unique identifier of the completed test execution.

Returns:

  • (String)


8263
8264
8265
8266
8267
8268
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8263

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