Class: Aws::Types::CreateUploadUrlResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateUploadUrlResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#upload_url ⇒ ::String
Returns the value of attribute upload_url.
Instance Attribute Details
#import_id ⇒ ::String
Returns the value of attribute import_id.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def import_id @import_id end |
#upload_url ⇒ ::String
Returns the value of attribute upload_url.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def upload_url @upload_url end |