Class: Aws::QuickSight::Types::CustomNarrativeOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomNarrativeOptions
- Defined in:
- gems/aws-sdk-quicksight/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.
9041 9042 9043 9044 9045 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9041 class CustomNarrativeOptions < Struct.new( :narrative) SENSITIVE = [] include Aws::Structure end |