Class: Aws::QuickSight::Types::RefreshConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The refresh configuration of a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#incremental_refreshTypes::IncrementalRefresh

The incremental refresh for the dataset.



24358
24359
24360
24361
24362
# File 'lib/aws-sdk-quicksight/types.rb', line 24358

class RefreshConfiguration < Struct.new(
  :incremental_refresh)
  SENSITIVE = []
  include Aws::Structure
end