Module: Aws::Connect::Client::_StartAttachedFileUploadResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartAttachedFileUploadResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_by ⇒ Types::CreatedByInfo
- #creation_time ⇒ ::String
- #file_arn ⇒ ::String
- #file_id ⇒ ::String
- #file_status ⇒ "APPROVED", ...
- #upload_url_metadata ⇒ Types::UploadUrlMetadata
Instance Method Details
#created_by ⇒ Types::CreatedByInfo
4380 |
# File 'sig/client.rbs', line 4380
def created_by: () -> Types::CreatedByInfo
|
#creation_time ⇒ ::String
4378 |
# File 'sig/client.rbs', line 4378
def creation_time: () -> ::String
|
#file_arn ⇒ ::String
4376 |
# File 'sig/client.rbs', line 4376
def file_arn: () -> ::String
|
#file_id ⇒ ::String
4377 |
# File 'sig/client.rbs', line 4377
def file_id: () -> ::String
|
#file_status ⇒ "APPROVED", ...
4379 |
# File 'sig/client.rbs', line 4379
def file_status: () -> ("APPROVED" | "REJECTED" | "PROCESSING" | "FAILED")
|
#upload_url_metadata ⇒ Types::UploadUrlMetadata
4381 |
# File 'sig/client.rbs', line 4381
def upload_url_metadata: () -> Types::UploadUrlMetadata
|