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:

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


8991
8992
8993
# File 'sig/types.rbs', line 8991

def headers_to_include
  @headers_to_include
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


8989
8990
8991
# File 'sig/types.rbs', line 8989

def url
  @url
end

#url_expiry::String

Returns the value of attribute url_expiry.

Returns:

  • (::String)


8990
8991
8992
# File 'sig/types.rbs', line 8990

def url_expiry
  @url_expiry
end