Class: Aws::QuickSight::Types::RefreshConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::RefreshConfiguration
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The refresh configuration of a dataset.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #incremental_refresh  ⇒ Types::IncrementalRefresh 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The incremental refresh for the dataset. 
Instance Attribute Details
#incremental_refresh ⇒ Types::IncrementalRefresh
The incremental refresh for the dataset.
| 29321 29322 29323 29324 29325 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29321 class RefreshConfiguration < Struct.new( :incremental_refresh) SENSITIVE = [] include Aws::Structure end |