Class: Aws::LexModelsV2::Types::GetTestExecutionArtifactsUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::GetTestExecutionArtifactsUrlResponse
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#download_artifacts_url ⇒ String
The pre-signed Amazon S3 URL to download completed test execution.
-
#test_execution_id ⇒ String
The unique identifier of the completed test execution.
Instance Attribute Details
#download_artifacts_url ⇒ String
The pre-signed Amazon S3 URL to download completed test execution.
8002 8003 8004 8005 8006 8007 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8002 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.
8002 8003 8004 8005 8006 8007 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8002 class GetTestExecutionArtifactsUrlResponse < Struct.new( :test_execution_id, :download_artifacts_url) SENSITIVE = [] include Aws::Structure end |