Method: Aws::QuickSight::Types::CustomNarrativeOptions#narrative
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#narrative ⇒ String
The string input of custom narrative.
7872 7873 7874 7875 7876 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7872 class CustomNarrativeOptions < Struct.new( :narrative) SENSITIVE = [] include Aws::Structure end |