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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6744
6745
6746
6747
6748
6749
6750
# File 'lib/aws-sdk-quicksight/types.rb', line 6744

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)


6744
6745
6746
6747
6748
6749
6750
# File 'lib/aws-sdk-quicksight/types.rb', line 6744

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

#scheduleTypes::RefreshSchedule

The refresh schedule.



6744
6745
6746
6747
6748
6749
6750
# File 'lib/aws-sdk-quicksight/types.rb', line 6744

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