Class: Aws::Types::StartContentUploadResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:url])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute headers_to_include.

Returns:

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


924
925
926
# File 'sig/types.rbs', line 924

def headers_to_include
  @headers_to_include
end

#upload_id ⇒ ::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def upload_id
  @upload_id
end

#url ⇒ ::String

Returns the value of attribute url.

Returns:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def url
  @url
end

#url_expiry ⇒ ::Time

Returns the value of attribute url_expiry.

Returns:

  • (::Time)


927
928
929
# File 'sig/types.rbs', line 927

def url_expiry
  @url_expiry
end