Class: Aws::Types::TopicRefreshSchedule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#based_on_spice_scheduleBoolean

Returns the value of attribute based_on_spice_schedule.

Returns:

  • (Boolean)


11882
11883
11884
# File 'sig/types.rbs', line 11882

def based_on_spice_schedule
  @based_on_spice_schedule
end

#is_enabledBoolean

Returns the value of attribute is_enabled.

Returns:

  • (Boolean)


11881
11882
11883
# File 'sig/types.rbs', line 11881

def is_enabled
  @is_enabled
end

#repeat_at::String

Returns the value of attribute repeat_at.

Returns:

  • (::String)


11885
11886
11887
# File 'sig/types.rbs', line 11885

def repeat_at
  @repeat_at
end

#starting_at::Time

Returns the value of attribute starting_at.

Returns:

  • (::Time)


11883
11884
11885
# File 'sig/types.rbs', line 11883

def starting_at
  @starting_at
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


11884
11885
11886
# File 'sig/types.rbs', line 11884

def timezone
  @timezone
end

#topic_schedule_type"HOURLY", ...

Returns the value of attribute topic_schedule_type.

Returns:

  • ("HOURLY", "DAILY", "WEEKLY", "MONTHLY")


11886
11887
11888
# File 'sig/types.rbs', line 11886

def topic_schedule_type
  @topic_schedule_type
end