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.
7235 7236 7237 7238 7239 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7235 class CustomNarrativeOptions < Struct.new( :narrative) SENSITIVE = [] include Aws::Structure end |