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)


11492
11493
11494
# File 'sig/types.rbs', line 11492

def based_on_spice_schedule
  @based_on_spice_schedule
end

#is_enabledBoolean

Returns the value of attribute is_enabled.

Returns:

  • (Boolean)


11491
11492
11493
# File 'sig/types.rbs', line 11491

def is_enabled
  @is_enabled
end

#repeat_at::String

Returns the value of attribute repeat_at.

Returns:

  • (::String)


11495
11496
11497
# File 'sig/types.rbs', line 11495

def repeat_at
  @repeat_at
end

#starting_at::Time

Returns the value of attribute starting_at.

Returns:

  • (::Time)


11493
11494
11495
# File 'sig/types.rbs', line 11493

def starting_at
  @starting_at
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


11494
11495
11496
# File 'sig/types.rbs', line 11494

def timezone
  @timezone
end

#topic_schedule_type"HOURLY", ...

Returns the value of attribute topic_schedule_type.

Returns:

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


11496
11497
11498
# File 'sig/types.rbs', line 11496

def topic_schedule_type
  @topic_schedule_type
end