Class: Aws::Types::UploadUrlMetadata
- Inherits:
-
Object
- Object
- Aws::Types::UploadUrlMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#headers_to_include ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers_to_include.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#url_expiry ⇒ ::String
Returns the value of attribute url_expiry.
Instance Attribute Details
#headers_to_include ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers_to_include.
9184 9185 9186 |
# File 'sig/types.rbs', line 9184 def headers_to_include @headers_to_include end |
#url ⇒ ::String
Returns the value of attribute url.
9182 9183 9184 |
# File 'sig/types.rbs', line 9182 def url @url end |
#url_expiry ⇒ ::String
Returns the value of attribute url_expiry.
9183 9184 9185 |
# File 'sig/types.rbs', line 9183 def url_expiry @url_expiry end |