Class: Aws::Types::GetRotationResult
- Inherits:
-
Object
- Object
- Aws::Types::GetRotationResult
- 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.
313 314 315 |
# File 'sig/types.rbs', line 313 def contact_ids @contact_ids end |
#name ⇒ ::String
Returns the value of attribute name.
312 313 314 |
# File 'sig/types.rbs', line 312 def name @name end |
#recurrence ⇒ Types::RecurrenceSettings
Returns the value of attribute recurrence.
316 317 318 |
# File 'sig/types.rbs', line 316 def recurrence @recurrence end |
#rotation_arn ⇒ ::String
Returns the value of attribute rotation_arn.
311 312 313 |
# File 'sig/types.rbs', line 311 def rotation_arn @rotation_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
314 315 316 |
# File 'sig/types.rbs', line 314 def start_time @start_time end |
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
315 316 317 |
# File 'sig/types.rbs', line 315 def time_zone_id @time_zone_id end |