Class: Aws::QuickSight::Types::StringDefaultValues
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::StringDefaultValues
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The default values of the StringParameterDeclaration.
Constant Summary collapse
- SENSITIVE =
- [:static_values] 
Instance Attribute Summary collapse
- 
  
    
      #dynamic_value  ⇒ Types::DynamicDefaultValue 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The dynamic value of the StringDefaultValues.
- 
  
    
      #static_values  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The static values of the DecimalDefaultValues.
Instance Attribute Details
#dynamic_value ⇒ Types::DynamicDefaultValue
The dynamic value of the StringDefaultValues. Different defaults
displayed according to users, groups, and values mapping.
| 33682 33683 33684 33685 33686 33687 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33682 class StringDefaultValues < Struct.new( :dynamic_value, :static_values) SENSITIVE = [:static_values] include Aws::Structure end | 
#static_values ⇒ Array<String>
The static values of the DecimalDefaultValues.
| 33682 33683 33684 33685 33686 33687 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33682 class StringDefaultValues < Struct.new( :dynamic_value, :static_values) SENSITIVE = [:static_values] include Aws::Structure end |