Class: Aws::WorkDocs::Types::UploadMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::UploadMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Describes the upload.
Constant Summary collapse
- SENSITIVE =
[:upload_url]
Instance Attribute Summary collapse
-
#signed_headers ⇒ Hash<String,String>
The signed headers.
-
#upload_url ⇒ String
The URL of the upload.
Instance Attribute Details
#signed_headers ⇒ Hash<String,String>
The signed headers.
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_url ⇒ String
The URL of the upload.
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 |