Class: Aws::QuickSight::Types::DataSetRefreshProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSetRefreshProperties
- 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
-
#refresh_configuration ⇒ Types::RefreshConfiguration
The refresh configuration for a dataset.
Instance Attribute Details
#refresh_configuration ⇒ Types::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 |