Module: Aws::ConnectWisdomService::Client::_StartContentUploadResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartContentUploadResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #headers_to_include ⇒ ::Hash[::String, ::String]
- #upload_id ⇒ ::String
- #url ⇒ ::String
- #url_expiry ⇒ ::Time
Instance Method Details
#headers_to_include ⇒ ::Hash[::String, ::String]
560 |
# File 'sig/client.rbs', line 560
def headers_to_include: () -> ::Hash[::String, ::String]
|
#upload_id ⇒ ::String
561 |
# File 'sig/client.rbs', line 561
def upload_id: () -> ::String
|
#url ⇒ ::String
562 |
# File 'sig/client.rbs', line 562
def url: () -> ::String
|
#url_expiry ⇒ ::Time
563 |
# File 'sig/client.rbs', line 563
def url_expiry: () -> ::Time
|