Class: Aws::SageMaker::Types::CreatePresignedDomainUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePresignedDomainUrlResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#authorized_url ⇒ String
The presigned URL.
Instance Attribute Details
#authorized_url ⇒ String
The presigned URL.
4168 4169 4170 4171 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4168 class CreatePresignedDomainUrlResponse < Struct.new( :authorized_url) include Aws::Structure end |