Class: Aws::QConnect::Types::NotesDataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::NotesDataDetails
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Details about notes data.
Constant Summary collapse
- SENSITIVE =
[:completion]
Instance Attribute Summary collapse
-
#completion ⇒ String
The completion data for notes.
Instance Attribute Details
#completion ⇒ String
The completion data for notes.
8035 8036 8037 8038 8039 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8035 class NotesDataDetails < Struct.new( :completion) SENSITIVE = [:completion] include Aws::Structure end |