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.
24992 24993 24994 24995 24996 24997 24998 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24992 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.
24992 24993 24994 24995 24996 24997 24998 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24992 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.
24992 24993 24994 24995 24996 24997 24998 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24992 class PutDataSetRefreshPropertiesRequest < Struct.new( :aws_account_id, :data_set_id, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end |