Class: Aws::QuickSight::Types::CustomNarrativeOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomNarrativeOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The custom narrative options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#narrative ⇒ String
The string input of custom narrative.
Instance Attribute Details
#narrative ⇒ String
The string input of custom narrative.
7757 7758 7759 7760 7761 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7757 class CustomNarrativeOptions < Struct.new( :narrative) SENSITIVE = [] include Aws::Structure end |