Module: Aws::QApps::Client::_CreatePresignedUrlResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePresignedUrlOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #file_id ⇒ ::String
- #presigned_url ⇒ ::String
- #presigned_url_expiration ⇒ ::Time
- #presigned_url_fields ⇒ ::Hash[::String, ::String]
Instance Method Details
#file_id ⇒ ::String
150 |
# File 'sig/client.rbs', line 150
def file_id: () -> ::String
|
#presigned_url ⇒ ::String
151 |
# File 'sig/client.rbs', line 151
def presigned_url: () -> ::String
|
#presigned_url_expiration ⇒ ::Time
153 |
# File 'sig/client.rbs', line 153
def presigned_url_expiration: () -> ::Time
|
#presigned_url_fields ⇒ ::Hash[::String, ::String]
152 |
# File 'sig/client.rbs', line 152
def presigned_url_fields: () -> ::Hash[::String, ::String]
|