Class: Aws::QBusiness::Types::DocumentAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DocumentAttribute
- 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
-
#name ⇒ String
The identifier for the attribute.
-
#value ⇒ Types::DocumentAttributeValue
The value of the attribute.
Instance Attribute Details
#name ⇒ String
The identifier for 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 |
#value ⇒ Types::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 |