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.
9135 9136 9137 9138 9139 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9135 class CreatePresignedDomainUrlResponse < Struct.new( :authorized_url) SENSITIVE = [] include Aws::Structure end |