Class: Aws::QConnect::Types::StartContentUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::StartContentUploadRequest
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
The type of content to upload.
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#presigned_url_time_to_live ⇒ Integer
The expected expiration time of the generated presigned URL, specified in minutes.
Instance Attribute Details
#content_type ⇒ String
The type of content to upload.
9189 9190 9191 9192 9193 9194 9195 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9189 class StartContentUploadRequest < Struct.new( :knowledge_base_id, :content_type, :presigned_url_time_to_live) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
9189 9190 9191 9192 9193 9194 9195 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9189 class StartContentUploadRequest < Struct.new( :knowledge_base_id, :content_type, :presigned_url_time_to_live) SENSITIVE = [] include Aws::Structure end |
#presigned_url_time_to_live ⇒ Integer
The expected expiration time of the generated presigned URL, specified in minutes.
9189 9190 9191 9192 9193 9194 9195 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9189 class StartContentUploadRequest < Struct.new( :knowledge_base_id, :content_type, :presigned_url_time_to_live) SENSITIVE = [] include Aws::Structure end |