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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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:



26261
26262
26263
26264
26265
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26261

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