Class: Aws::SageMaker::Types::CreateHubContentPresignedUrlsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_url_configsArray<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.

Returns:



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_tokenString

A token for pagination. If present, indicates that more presigned URLs are available. Use this token in a subsequent request to retrieve additional URLs.

Returns:

  • (String)


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