Class: Aws::Types::Rotation
- Inherits:
-
Object
- Object
- Aws::Types::Rotation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_ids ⇒ ::Array[::String]
Returns the value of attribute contact_ids.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recurrence ⇒ Types::RecurrenceSettings
Returns the value of attribute recurrence.
-
#rotation_arn ⇒ ::String
Returns the value of attribute rotation_arn.
-
#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.
571 572 573 |
# File 'sig/types.rbs', line 571 def contact_ids @contact_ids end |
#name ⇒ ::String
Returns the value of attribute name.
570 571 572 |
# File 'sig/types.rbs', line 570 def name @name end |
#recurrence ⇒ Types::RecurrenceSettings
Returns the value of attribute recurrence.
574 575 576 |
# File 'sig/types.rbs', line 574 def recurrence @recurrence end |
#rotation_arn ⇒ ::String
Returns the value of attribute rotation_arn.
569 570 571 |
# File 'sig/types.rbs', line 569 def rotation_arn @rotation_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
572 573 574 |
# File 'sig/types.rbs', line 572 def start_time @start_time end |
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
573 574 575 |
# File 'sig/types.rbs', line 573 def time_zone_id @time_zone_id end |