Class: Aws::Types::CreateRotationOverrideRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRotationOverrideRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#new_contact_ids ⇒ ::Array[::String]
Returns the value of attribute new_contact_ids.
-
#rotation_id ⇒ ::String
Returns the value of attribute rotation_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
121 122 123 |
# File 'sig/types.rbs', line 121 def end_time @end_time end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
122 123 124 |
# File 'sig/types.rbs', line 122 def idempotency_token @idempotency_token end |
#new_contact_ids ⇒ ::Array[::String]
Returns the value of attribute new_contact_ids.
119 120 121 |
# File 'sig/types.rbs', line 119 def new_contact_ids @new_contact_ids end |
#rotation_id ⇒ ::String
Returns the value of attribute rotation_id.
118 119 120 |
# File 'sig/types.rbs', line 118 def rotation_id @rotation_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
120 121 122 |
# File 'sig/types.rbs', line 120 def start_time @start_time end |