Class: Aws::SageMaker::Types::CreatePresignedMlflowAppUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePresignedMlflowAppUrlResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
13667 13668 13669 13670 13671 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13667 class CreatePresignedMlflowAppUrlResponse < Struct.new( :authorized_url) SENSITIVE = [] include Aws::Structure end |