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)


33757
33758
33759
33760
33761
33762
33763
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33757

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)


33757
33758
33759
33760
33761
33762
33763
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33757

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.



33757
33758
33759
33760
33761
33762
33763
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33757

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