Class: Aws::Types::StartContentUploadResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#headers_to_include::Hash[::String, ::String]

Returns the value of attribute headers_to_include.

Returns:



2977
2978
2979
# File 'sig/types.rbs', line 2977

def headers_to_include
  @headers_to_include
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:



2974
2975
2976
# File 'sig/types.rbs', line 2974

def upload_id
  @upload_id
end

#url::String

Returns the value of attribute url.

Returns:



2975
2976
2977
# File 'sig/types.rbs', line 2975

def url
  @url
end

#url_expiry::Time

Returns the value of attribute url_expiry.

Returns:



2976
2977
2978
# File 'sig/types.rbs', line 2976

def url_expiry
  @url_expiry
end