Class: Aws::Types::GetRotationOverrideResult
- Inherits:
-
Object
- Object
- Aws::Types::GetRotationOverrideResult
- 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_arn ⇒ ::String
Returns the value of attribute rotation_arn.
-
#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.
301 302 303 |
# File 'sig/types.rbs', line 301 def create_time @create_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
300 301 302 |
# File 'sig/types.rbs', line 300 def end_time @end_time end |
#new_contact_ids ⇒ ::Array[::String]
Returns the value of attribute new_contact_ids.
298 299 300 |
# File 'sig/types.rbs', line 298 def new_contact_ids @new_contact_ids end |
#rotation_arn ⇒ ::String
Returns the value of attribute rotation_arn.
297 298 299 |
# File 'sig/types.rbs', line 297 def rotation_arn @rotation_arn end |
#rotation_override_id ⇒ ::String
Returns the value of attribute rotation_override_id.
296 297 298 |
# File 'sig/types.rbs', line 296 def rotation_override_id @rotation_override_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
299 300 301 |
# File 'sig/types.rbs', line 299 def start_time @start_time end |