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.



8418
8419
8420
8421
8422
# File 'lib/aws-sdk-quicksight/types.rb', line 8418

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