Class: Aws::QConnect::Types::NotesDataDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Details about notes data.

Constant Summary collapse

SENSITIVE =
[:completion]

Instance Attribute Summary collapse

Instance Attribute Details

#completionString

The completion data for notes.

Returns:

  • (String)


8035
8036
8037
8038
8039
# File 'lib/aws-sdk-qconnect/types.rb', line 8035

class NotesDataDetails < Struct.new(
  :completion)
  SENSITIVE = [:completion]
  include Aws::Structure
end