Class: Aws::QBusiness::Types::DocumentAttribute

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

Overview

A document attribute or metadata field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The identifier for the attribute.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2298

class DocumentAttribute < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::DocumentAttributeValue

The value of the attribute.



2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2298

class DocumentAttribute < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end