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.
23793 23794 23795 23796 23797 23798 23799 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23793 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.
23793 23794 23795 23796 23797 23798 23799 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23793 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.
23793 23794 23795 23796 23797 23798 23799 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23793 class PutDataSetRefreshPropertiesRequest < Struct.new( :aws_account_id, :data_set_id, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end |