Class: Aws::QApps::Types::DocumentAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::DocumentAttribute
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/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.
938 939 940 941 942 943 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 938 class DocumentAttribute < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::DocumentAttributeValue
The value of the attribute.
938 939 940 941 942 943 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 938 class DocumentAttribute < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |