Class: Aws::Types::StartContentUploadResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartContentUploadResponse
- 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.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#url_expiry ⇒ ::Time
Returns the value of attribute url_expiry.
Instance Attribute Details
#headers_to_include ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers_to_include.
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.
925 926 927 |
# File 'sig/types.rbs', line 925 def upload_id @upload_id end |
#url ⇒ ::String
Returns the value of attribute url.
926 927 928 |
# File 'sig/types.rbs', line 926 def url @url end |
#url_expiry ⇒ ::Time
Returns the value of attribute url_expiry.
927 928 929 |
# File 'sig/types.rbs', line 927 def url_expiry @url_expiry end |