Class: Aws::QBusiness::Types::DocumentAttributeConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Configuration information for document attributes. Document attributes are metadata or fields associated with your documents. For example, the company department name associated with each document.

For more information, see Understanding document attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the document attribute.

Returns:

  • (String)


2452
2453
2454
2455
2456
2457
2458
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2452

class DocumentAttributeConfiguration < Struct.new(
  :name,
  :type,
  :search)
  SENSITIVE = []
  include Aws::Structure
end

#searchString

Information about whether the document attribute can be used by an end user to search for information on their web experience.

Returns:

  • (String)


2452
2453
2454
2455
2456
2457
2458
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2452

class DocumentAttributeConfiguration < Struct.new(
  :name,
  :type,
  :search)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of document attribute.

Returns:

  • (String)


2452
2453
2454
2455
2456
2457
2458
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2452

class DocumentAttributeConfiguration < Struct.new(
  :name,
  :type,
  :search)
  SENSITIVE = []
  include Aws::Structure
end