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

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

#download_artifacts_urlString

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

Returns:

  • (String)


7761
7762
7763
7764
7765
7766
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7761

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

#test_execution_idString

The unique identifier of the completed test execution.

Returns:

  • (String)


7761
7762
7763
7764
7765
7766
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7761

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