Class: Aws::QConnect::Types::QueryTextInputData

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

Overview

Information about the text to search for.

Constant Summary collapse

SENSITIVE =
[:text]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The text to search for.

Returns:

  • (String)


8935
8936
8937
8938
8939
# File 'lib/aws-sdk-qconnect/types.rb', line 8935

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