Class: Aws::QuickSight::Types::AdditionalNotes
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AdditionalNotes
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Additional notes that provide supplementary context for a column.
Constant Summary collapse
- SENSITIVE =
[:text]
Instance Attribute Summary collapse
-
#text ⇒ String
The additional notes text.
Instance Attribute Details
#text ⇒ String
The additional notes text.
402 403 404 405 406 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 402 class AdditionalNotes < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |