Class: Aws::Types::UploadMetadata
- Inherits:
-
Object
- Object
- Aws::Types::UploadMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#signed_headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute signed_headers.
-
#upload_url ⇒ ::String
Returns the value of attribute upload_url.
Instance Attribute Details
#signed_headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute signed_headers.
876 877 878 |
# File 'sig/types.rbs', line 876 def signed_headers @signed_headers end |
#upload_url ⇒ ::String
Returns the value of attribute upload_url.
875 876 877 |
# File 'sig/types.rbs', line 875 def upload_url @upload_url end |