Class: Aws::QuickSight::Types::PutDataSetRefreshPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PutDataSetRefreshPropertiesRequest
- Defined in:
- gems/aws-sdk-quicksight/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.
26516 26517 26518 26519 26520 26521 26522 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26516 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.
26516 26517 26518 26519 26520 26521 26522 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26516 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.
26516 26517 26518 26519 26520 26521 26522 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26516 class PutDataSetRefreshPropertiesRequest < Struct.new( :aws_account_id, :data_set_id, :data_set_refresh_properties) SENSITIVE = [] include Aws::Structure end |