Class: Aws::Types::UpdateRotationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRotationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_ids ⇒ ::Array[::String]
Returns the value of attribute contact_ids.
-
#recurrence ⇒ Types::RecurrenceSettings
Returns the value of attribute recurrence.
-
#rotation_id ⇒ ::String
Returns the value of attribute rotation_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
Instance Attribute Details
#contact_ids ⇒ ::Array[::String]
Returns the value of attribute contact_ids.
716 717 718 |
# File 'sig/types.rbs', line 716 def contact_ids @contact_ids end |
#recurrence ⇒ Types::RecurrenceSettings
Returns the value of attribute recurrence.
719 720 721 |
# File 'sig/types.rbs', line 719 def recurrence @recurrence end |
#rotation_id ⇒ ::String
Returns the value of attribute rotation_id.
715 716 717 |
# File 'sig/types.rbs', line 715 def rotation_id @rotation_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
717 718 719 |
# File 'sig/types.rbs', line 717 def start_time @start_time end |
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
718 719 720 |
# File 'sig/types.rbs', line 718 def time_zone_id @time_zone_id end |