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

#failure_configurationTypes::RefreshFailureConfiguration

The failure configuration for a dataset.



9190
9191
9192
9193
9194
9195
# File 'lib/aws-sdk-quicksight/types.rb', line 9190

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

#refresh_configurationTypes::RefreshConfiguration

The refresh configuration for a dataset.



9190
9191
9192
9193
9194
9195
# File 'lib/aws-sdk-quicksight/types.rb', line 9190

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