Class: Aws::QuickSight::Types::DateTimeDefaultValues
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::DateTimeDefaultValues
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The default values of the DateTimeParameterDeclaration.
Constant Summary collapse
- SENSITIVE =
- [:static_values] 
Instance Attribute Summary collapse
- 
  
    
      #dynamic_value  ⇒ Types::DynamicDefaultValue 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The dynamic value of the DataTimeDefaultValues.
- 
  
    
      #rolling_date  ⇒ Types::RollingDateConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The rolling date of the DataTimeDefaultValues.
- 
  
    
      #static_values  ⇒ Array<Time> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The static values of the DataTimeDefaultValues.
Instance Attribute Details
#dynamic_value ⇒ Types::DynamicDefaultValue
The dynamic value of the DataTimeDefaultValues. Different defaults
are displayed according to users, groups, and values mapping.
| 10851 10852 10853 10854 10855 10856 10857 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10851 class DateTimeDefaultValues < Struct.new( :dynamic_value, :static_values, :rolling_date) SENSITIVE = [:static_values] include Aws::Structure end | 
#rolling_date ⇒ Types::RollingDateConfiguration
The rolling date of the DataTimeDefaultValues. The date is
determined from the dataset based on input expression.
| 10851 10852 10853 10854 10855 10856 10857 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10851 class DateTimeDefaultValues < Struct.new( :dynamic_value, :static_values, :rolling_date) SENSITIVE = [:static_values] include Aws::Structure end | 
#static_values ⇒ Array<Time>
The static values of the DataTimeDefaultValues.
| 10851 10852 10853 10854 10855 10856 10857 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10851 class DateTimeDefaultValues < Struct.new( :dynamic_value, :static_values, :rolling_date) SENSITIVE = [:static_values] include Aws::Structure end |