Class: Aws::QuickSight::Types::DataSetRefreshProperties

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

Overview

The refresh properties of a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#refresh_configurationTypes::RefreshConfiguration

The refresh configuration for a dataset.



9061
9062
9063
9064
9065
# File 'lib/aws-sdk-quicksight/types.rb', line 9061

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