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
4635 |
# File 'sig/client.rbs', line 4635 def created_by: () -> Types::CreatedByInfo |
#creation_time ⇒ ::String
4633 |
# File 'sig/client.rbs', line 4633 def creation_time: () -> ::String |
#file_arn ⇒ ::String
4631 |
# File 'sig/client.rbs', line 4631 def file_arn: () -> ::String |
#file_id ⇒ ::String
4632 |
# File 'sig/client.rbs', line 4632 def file_id: () -> ::String |
#file_status ⇒ "APPROVED", ...
4634 |
# File 'sig/client.rbs', line 4634 def file_status: () -> ("APPROVED" | "REJECTED" | "PROCESSING" | "FAILED") |
#upload_url_metadata ⇒ Types::UploadUrlMetadata
4636 |
# File 'sig/client.rbs', line 4636 def upload_url_metadata: () -> Types::UploadUrlMetadata |