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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_url ⇒ String
The presigned URL.
Instance Attribute Details
#authorized_url ⇒ String
The presigned URL.
9204 9205 9206 9207 9208 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9204 class CreatePresignedDomainUrlResponse < Struct.new( :authorized_url) SENSITIVE = [] include Aws::Structure end |