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.
2977 2978 2979 |
# File 'sig/types.rbs', line 2977 def headers_to_include @headers_to_include end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
2974 2975 2976 |
# File 'sig/types.rbs', line 2974 def upload_id @upload_id end |
#url ⇒ ::String
Returns the value of attribute url.
2975 2976 2977 |
# File 'sig/types.rbs', line 2975 def url @url end |
#url_expiry ⇒ ::Time
Returns the value of attribute url_expiry.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def url_expiry @url_expiry end |