Class: Aws::WorkDocs::Types::UploadMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workdocs/types.rb

Overview

Describes the upload.

Constant Summary collapse

SENSITIVE =
[:upload_url]

Instance Attribute Summary collapse

Instance Attribute Details

#signed_headersHash<String,String>

The signed headers.

Returns:

  • (Hash<String,String>)


2989
2990
2991
2992
2993
2994
# File 'lib/aws-sdk-workdocs/types.rb', line 2989

class UploadMetadata < Struct.new(
  :upload_url,
  :signed_headers)
  SENSITIVE = [:upload_url]
  include Aws::Structure
end

#upload_urlString

The URL of the upload.

Returns:

  • (String)


2989
2990
2991
2992
2993
2994
# File 'lib/aws-sdk-workdocs/types.rb', line 2989

class UploadMetadata < Struct.new(
  :upload_url,
  :signed_headers)
  SENSITIVE = [:upload_url]
  include Aws::Structure
end