Class: Aws::QuickSight::Types::AssetBundleImportJobRefreshScheduleOverrideParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A list of overrides for a specific RefreshsSchedule resource that is present in the asset bundle that is imported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_idString

A partial identifier for the specific RefreshSchedule resource that is being overridden. This structure is used together with the ScheduleID structure.

Returns:

  • (String)


1716
1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1716

class AssetBundleImportJobRefreshScheduleOverrideParameters < Struct.new(
  :data_set_id,
  :schedule_id,
  :start_after_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_idString

A partial identifier for the specific RefreshSchedule resource being overridden. This structure is used together with the DataSetId structure.

Returns:

  • (String)


1716
1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1716

class AssetBundleImportJobRefreshScheduleOverrideParameters < Struct.new(
  :data_set_id,
  :schedule_id,
  :start_after_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_after_date_timeTime

An override for the StartAfterDateTime of a RefreshSchedule. Make sure that the StartAfterDateTime is set to a time that takes place in the future.

Returns:

  • (Time)


1716
1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1716

class AssetBundleImportJobRefreshScheduleOverrideParameters < Struct.new(
  :data_set_id,
  :schedule_id,
  :start_after_date_time)
  SENSITIVE = []
  include Aws::Structure
end