Class: Aws::QuickSight::Types::CustomNarrativeOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The custom narrative options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#narrativeString

The string input of custom narrative.

Returns:

  • (String)


7757
7758
7759
7760
7761
# File 'lib/aws-sdk-quicksight/types.rb', line 7757

class CustomNarrativeOptions < Struct.new(
  :narrative)
  SENSITIVE = []
  include Aws::Structure
end