Class: Aws::QuickSight::Types::VisualMessages

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

Overview

The messages that are displayed on a visual under specific conditions, such as when the visual returns no data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#no_data_message ⇒ Types::VisualMessageConfiguration

The message that is displayed on a visual when there is no data to display.



53695
53696
53697
53698
53699
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 53695

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