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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#nameString

The name of the plugin visual property.

Returns:

  • (String)


25980
25981
25982
25983
25984
25985
# File 'lib/aws-sdk-quicksight/types.rb', line 25980

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

#valueString

The value of the plugin visual property.

Returns:

  • (String)


25980
25981
25982
25983
25984
25985
# File 'lib/aws-sdk-quicksight/types.rb', line 25980

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