Class: Aws::SageMaker::Types::CreateHubContentPresignedUrlsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateHubContentPresignedUrlsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_url_configs ⇒ Array<Types::AuthorizedUrl>
An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.
-
#next_token ⇒ String
A token for pagination.
Instance Attribute Details
#authorized_url_configs ⇒ Array<Types::AuthorizedUrl>
An array of authorized URL configurations, each containing a presigned URL and its corresponding local file path for proper file organization during download.
7788 7789 7790 7791 7792 7793 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7788 class CreateHubContentPresignedUrlsResponse < Struct.new( :authorized_url_configs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for pagination. If present, indicates that more presigned URLs are available. Use this token in a subsequent request to retrieve additional URLs.
7788 7789 7790 7791 7792 7793 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7788 class CreateHubContentPresignedUrlsResponse < Struct.new( :authorized_url_configs, :next_token) SENSITIVE = [] include Aws::Structure end |