Class: Aws::QConnect::Types::Document
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::Document
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_reference ⇒ Types::ContentReference
A reference to the content resource.
-
#excerpt ⇒ Types::DocumentText
The excerpt from the document.
-
#title ⇒ Types::DocumentText
The title of the document.
Instance Attribute Details
#content_reference ⇒ Types::ContentReference
A reference to the content resource.
3845 3846 3847 3848 3849 3850 3851 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3845 class Document < Struct.new( :content_reference, :excerpt, :title) SENSITIVE = [] include Aws::Structure end |
#excerpt ⇒ Types::DocumentText
The excerpt from the document.
3845 3846 3847 3848 3849 3850 3851 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3845 class Document < Struct.new( :content_reference, :excerpt, :title) SENSITIVE = [] include Aws::Structure end |
#title ⇒ Types::DocumentText
The title of the document.
3845 3846 3847 3848 3849 3850 3851 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3845 class Document < Struct.new( :content_reference, :excerpt, :title) SENSITIVE = [] include Aws::Structure end |