Class: Aws::QuickSight::Types::PluginVisualProperty
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::PluginVisualProperty
 
- 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
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the plugin visual property. 
- 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The value of the plugin visual property. 
Instance Attribute Details
#name ⇒ String
The name of the plugin visual property.
| 27982 27983 27984 27985 27986 27987 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27982 class PluginVisualProperty < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end | 
#value ⇒ String
The value of the plugin visual property.
| 27982 27983 27984 27985 27986 27987 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27982 class PluginVisualProperty < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |