Class: Aws::QuickSight::Types::TopicRefreshSchedule

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

Overview

A structure that represents a topic refresh schedule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#based_on_spice_scheduleBoolean

A Boolean value that controls whether to schedule runs at the same schedule that is specified in SPICE dataset.

Returns:

  • (Boolean)


29795
29796
29797
29798
29799
29800
29801
29802
29803
29804
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29795

class TopicRefreshSchedule < Struct.new(
  :is_enabled,
  :based_on_spice_schedule,
  :starting_at,
  :timezone,
  :repeat_at,
  :topic_schedule_type)
  SENSITIVE = []
  include Aws::Structure
end

#is_enabledBoolean

A Boolean value that controls whether to schedule is enabled.

Returns:

  • (Boolean)


29795
29796
29797
29798
29799
29800
29801
29802
29803
29804
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29795

class TopicRefreshSchedule < Struct.new(
  :is_enabled,
  :based_on_spice_schedule,
  :starting_at,
  :timezone,
  :repeat_at,
  :topic_schedule_type)
  SENSITIVE = []
  include Aws::Structure
end

#repeat_atString

The time of day when the refresh should run, for example, Monday-Sunday.

Returns:

  • (String)


29795
29796
29797
29798
29799
29800
29801
29802
29803
29804
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29795

class TopicRefreshSchedule < Struct.new(
  :is_enabled,
  :based_on_spice_schedule,
  :starting_at,
  :timezone,
  :repeat_at,
  :topic_schedule_type)
  SENSITIVE = []
  include Aws::Structure
end

#starting_atTime

The starting date and time for the refresh schedule.

Returns:

  • (Time)


29795
29796
29797
29798
29799
29800
29801
29802
29803
29804
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29795

class TopicRefreshSchedule < Struct.new(
  :is_enabled,
  :based_on_spice_schedule,
  :starting_at,
  :timezone,
  :repeat_at,
  :topic_schedule_type)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

The timezone that you want the refresh schedule to use.

Returns:

  • (String)


29795
29796
29797
29798
29799
29800
29801
29802
29803
29804
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29795

class TopicRefreshSchedule < Struct.new(
  :is_enabled,
  :based_on_spice_schedule,
  :starting_at,
  :timezone,
  :repeat_at,
  :topic_schedule_type)
  SENSITIVE = []
  include Aws::Structure
end

#topic_schedule_typeString

The type of refresh schedule. Valid values for this structure are HOURLY, DAILY, WEEKLY, and MONTHLY.

Returns:

  • (String)


29795
29796
29797
29798
29799
29800
29801
29802
29803
29804
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29795

class TopicRefreshSchedule < Struct.new(
  :is_enabled,
  :based_on_spice_schedule,
  :starting_at,
  :timezone,
  :repeat_at,
  :topic_schedule_type)
  SENSITIVE = []
  include Aws::Structure
end