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)


31898
31899
31900
31901
31902
31903
31904
# File 'lib/aws-sdk-quicksight/types.rb', line 31898

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)


31898
31899
31900
31901
31902
31903
31904
# File 'lib/aws-sdk-quicksight/types.rb', line 31898

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

#scheduleTypes::RefreshSchedule

The refresh schedule.



31898
31899
31900
31901
31902
31903
31904
# File 'lib/aws-sdk-quicksight/types.rb', line 31898

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