Class: Aws::QuickSight::Types::CreateRefreshScheduleRequest

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)


7955
7956
7957
7958
7959
7960
7961
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7955

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

#data_set_idString

The ID of the dataset.

Returns:

  • (String)


7955
7956
7957
7958
7959
7960
7961
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7955

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

#scheduleTypes::RefreshSchedule

The refresh schedule.



7955
7956
7957
7958
7959
7960
7961
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7955

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