Class: Aws::Types::UploadMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:upload_url])

Instance Attribute Summary collapse

Instance Attribute Details

#signed_headers::Hash[::String, ::String]

Returns the value of attribute signed_headers.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def upload_url
  @upload_url
end