Class: Aws::Types::CreateRotationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRotationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_ids ⇒ ::Array[::String]
Returns the value of attribute contact_ids.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recurrence ⇒ Types::RecurrenceSettings
Returns the value of attribute recurrence.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
133 134 135 |
# File 'sig/types.rbs', line 133 def contact_ids @contact_ids end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
138 139 140 |
# File 'sig/types.rbs', line 138 def idempotency_token @idempotency_token end |
#name ⇒ ::String
Returns the value of attribute name.
132 133 134 |
# File 'sig/types.rbs', line 132 def name @name end |
#recurrence ⇒ Types::RecurrenceSettings
Returns the value of attribute recurrence.
136 137 138 |
# File 'sig/types.rbs', line 136 def recurrence @recurrence end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
134 135 136 |
# File 'sig/types.rbs', line 134 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
137 138 139 |
# File 'sig/types.rbs', line 137 def end |
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
135 136 137 |
# File 'sig/types.rbs', line 135 def time_zone_id @time_zone_id end |