Class: Aws::Types::RotationOverride
- Inherits:
-
Object
- Object
- Aws::Types::RotationOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#new_contact_ids ⇒ ::Array[::String]
Returns the value of attribute new_contact_ids.
-
#rotation_override_id ⇒ ::String
Returns the value of attribute rotation_override_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
583 584 585 |
# File 'sig/types.rbs', line 583 def create_time @create_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
582 583 584 |
# File 'sig/types.rbs', line 582 def end_time @end_time end |
#new_contact_ids ⇒ ::Array[::String]
Returns the value of attribute new_contact_ids.
580 581 582 |
# File 'sig/types.rbs', line 580 def new_contact_ids @new_contact_ids end |
#rotation_override_id ⇒ ::String
Returns the value of attribute rotation_override_id.
579 580 581 |
# File 'sig/types.rbs', line 579 def rotation_override_id @rotation_override_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
581 582 583 |
# File 'sig/types.rbs', line 581 def start_time @start_time end |