Class: Aws::ConnectWisdomService::Types::StartContentUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::StartContentUploadRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/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.
3528 3529 3530 3531 3532 3533 3534 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3528 class StartContentUploadRequest < Struct.new( :content_type, :knowledge_base_id, :presigned_url_time_to_live) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you’re storing Wisdom Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
3528 3529 3530 3531 3532 3533 3534 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3528 class StartContentUploadRequest < Struct.new( :content_type, :knowledge_base_id, :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.
3528 3529 3530 3531 3532 3533 3534 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3528 class StartContentUploadRequest < Struct.new( :content_type, :knowledge_base_id, :presigned_url_time_to_live) SENSITIVE = [] include Aws::Structure end |