Method: Aws::QuickSight::Types::UpdateTopicRefreshScheduleRequest#dataset_id

Defined in:
lib/aws-sdk-quicksight/types.rb

#dataset_idString

The ID of the dataset.

Returns:

  • (String)


38104
38105
38106
38107
38108
38109
38110
38111
# File 'lib/aws-sdk-quicksight/types.rb', line 38104

class UpdateTopicRefreshScheduleRequest < Struct.new(
  :aws_account_id,
  :topic_id,
  :dataset_id,
  :refresh_schedule)
  SENSITIVE = []
  include Aws::Structure
end