Class: Aws::QuickSight::Types::DeleteDataSetRefreshPropertiesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


10153
10154
10155
10156
10157
10158
# File 'lib/aws-sdk-quicksight/types.rb', line 10153

class DeleteDataSetRefreshPropertiesRequest < Struct.new(
  :aws_account_id,
  :data_set_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

The ID of the dataset.

Returns:

  • (String)


10153
10154
10155
10156
10157
10158
# File 'lib/aws-sdk-quicksight/types.rb', line 10153

class DeleteDataSetRefreshPropertiesRequest < Struct.new(
  :aws_account_id,
  :data_set_id)
  SENSITIVE = []
  include Aws::Structure
end