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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



7925
7926
7927
7928
7929
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7925

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