Class: Aws::QuickSight::Types::PutDataSetRefreshPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PutDataSetRefreshPropertiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID.
-
#data_set_id ⇒ String
The ID of the dataset.
-
#data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
The dataset refresh properties.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
26157 26158 26159 26160 26161 26162 26163 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26157 class PutDataSetRefreshPropertiesRequest < Struct.new( :aws_account_id, :data_set_id, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The ID of the dataset.
26157 26158 26159 26160 26161 26162 26163 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26157 class PutDataSetRefreshPropertiesRequest < Struct.new( :aws_account_id, :data_set_id, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end |
#data_set_refresh_properties ⇒ Types::DataSetRefreshProperties
The dataset refresh properties.
26157 26158 26159 26160 26161 26162 26163 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26157 class PutDataSetRefreshPropertiesRequest < Struct.new( :aws_account_id, :data_set_id, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end |