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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2955
2956
2957
2958
2959
2960
# File 'lib/aws-sdk-qbusiness/types.rb', line 2955

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

#valueTypes::DocumentAttributeValue

The value of the attribute.



2955
2956
2957
2958
2959
2960
# File 'lib/aws-sdk-qbusiness/types.rb', line 2955

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