Class: Aws::Types::UploadUrlMetadata

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:



9462
9463
9464
# File 'sig/types.rbs', line 9462

def headers_to_include
  @headers_to_include
end

#url::String

Returns the value of attribute url.

Returns:



9460
9461
9462
# File 'sig/types.rbs', line 9460

def url
  @url
end

#url_expiry::String

Returns the value of attribute url_expiry.

Returns:



9461
9462
9463
# File 'sig/types.rbs', line 9461

def url_expiry
  @url_expiry
end