Class: Aws::QBusiness::Types::GetDocumentContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetDocumentContentResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mime_type ⇒ String
The MIME type of the document content (e.g., application/pdf, text/plain, application/vnd.openxmlformats-officedocument.wordprocessingml.document).
-
#presigned_url ⇒ String
A pre-signed URL that provides temporary access to download the document content directly from Amazon Q Business.
Instance Attribute Details
#mime_type ⇒ String
The MIME type of the document content (e.g., application/pdf, text/plain, application/vnd.openxmlformats-officedocument.wordprocessingml.document).
4867 4868 4869 4870 4871 4872 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4867 class GetDocumentContentResponse < Struct.new( :presigned_url, :mime_type) SENSITIVE = [] include Aws::Structure end |
#presigned_url ⇒ String
A pre-signed URL that provides temporary access to download the document content directly from Amazon Q Business. The URL expires after 5 minutes for security purposes. This URL is generated only after successful ACL validation.
4867 4868 4869 4870 4871 4872 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4867 class GetDocumentContentResponse < Struct.new( :presigned_url, :mime_type) SENSITIVE = [] include Aws::Structure end |