Class: Aws::QuickSight::Types::PluginVisualOptions

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

Overview

The options and persisted properties for the plugin visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#visual_propertiesArray<Types::PluginVisualProperty>

The persisted properties and their values.

Returns:



25962
25963
25964
25965
25966
# File 'lib/aws-sdk-quicksight/types.rb', line 25962

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