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)


22890
22891
22892
22893
22894
22895
22896
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22890

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)


22890
22891
22892
22893
22894
22895
22896
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22890

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.



22890
22891
22892
22893
22894
22895
22896
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22890

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