Class: Aws::QuickSight::Types::PutDataSetRefreshPropertiesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


29901
29902
29903
29904
29905
29906
29907
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29901

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

#data_set_idString

The ID of the dataset.

Returns:

  • (String)


29901
29902
29903
29904
29905
29906
29907
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29901

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

#data_set_refresh_propertiesTypes::DataSetRefreshProperties

The dataset refresh properties.



29901
29902
29903
29904
29905
29906
29907
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29901

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