Class: Aws::SageMaker::Types::CreatePresignedMlflowAppUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePresignedMlflowAppUrlResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_url ⇒ String
A presigned URL with an authorization token.
Instance Attribute Details
#authorized_url ⇒ String
A presigned URL with an authorization token.
12011 12012 12013 12014 12015 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12011 class CreatePresignedMlflowAppUrlResponse < Struct.new( :authorized_url) SENSITIVE = [] include Aws::Structure end |