Class: Aws::QuickSight::Types::DeleteDataSetRefreshPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteDataSetRefreshPropertiesRequest
- 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.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
10811 10812 10813 10814 10815 10816 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10811 class DeleteDataSetRefreshPropertiesRequest < Struct.new( :aws_account_id, :data_set_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The ID of the dataset.
10811 10812 10813 10814 10815 10816 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10811 class DeleteDataSetRefreshPropertiesRequest < Struct.new( :aws_account_id, :data_set_id) SENSITIVE = [] include Aws::Structure end |