Class: Aws::QuickSight::Types::UpdateRefreshScheduleRequest

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)


46996
46997
46998
46999
47000
47001
47002
# File 'lib/aws-sdk-quicksight/types.rb', line 46996

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

#data_set_idString

The ID of the dataset.

Returns:

  • (String)


46996
46997
46998
46999
47000
47001
47002
# File 'lib/aws-sdk-quicksight/types.rb', line 46996

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

#scheduleTypes::RefreshSchedule

The refresh schedule.



46996
46997
46998
46999
47000
47001
47002
# File 'lib/aws-sdk-quicksight/types.rb', line 46996

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