Class: Aws::QuickSight::Types::PluginVisualProperty

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

Overview

The key value pair of the persisted property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ String

The name of the plugin visual property.

Returns:

  • (String)


36871
36872
36873
36874
36875
36876
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36871

class PluginVisualProperty < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#value ⇒ String

The value of the plugin visual property.

Returns:

  • (String)


36871
36872
36873
36874
36875
36876
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36871

class PluginVisualProperty < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end