Class: Aws::SageMaker::Types::CreatePartnerAppPresignedUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePartnerAppPresignedUrlResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
The presigned URL that you can use to access the SageMaker Partner AI App.
Instance Attribute Details
#url ⇒ String
The presigned URL that you can use to access the SageMaker Partner AI App.
10689 10690 10691 10692 10693 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10689 class CreatePartnerAppPresignedUrlResponse < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |