Class: Aws::Types::UpdateScheduleInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScheduleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_after_completion ⇒ "NONE", "DELETE"
Returns the value of attribute action_after_completion.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#flexible_time_window ⇒ Types::FlexibleTimeWindow
Returns the value of attribute flexible_time_window.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#schedule_expression_timezone ⇒ ::String
Returns the value of attribute schedule_expression_timezone.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#target ⇒ Types::Target
Returns the value of attribute target.
Instance Attribute Details
#action_after_completion ⇒ "NONE", "DELETE"
Returns the value of attribute action_after_completion.
323 324 325 |
# File 'sig/types.rbs', line 323 def action_after_completion @action_after_completion end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
324 325 326 |
# File 'sig/types.rbs', line 324 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
325 326 327 |
# File 'sig/types.rbs', line 325 def description @description end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
326 327 328 |
# File 'sig/types.rbs', line 326 def end_date @end_date end |
#flexible_time_window ⇒ Types::FlexibleTimeWindow
Returns the value of attribute flexible_time_window.
327 328 329 |
# File 'sig/types.rbs', line 327 def flexible_time_window @flexible_time_window end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
328 329 330 |
# File 'sig/types.rbs', line 328 def group_name @group_name end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
329 330 331 |
# File 'sig/types.rbs', line 329 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
330 331 332 |
# File 'sig/types.rbs', line 330 def name @name end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
331 332 333 |
# File 'sig/types.rbs', line 331 def schedule_expression @schedule_expression end |
#schedule_expression_timezone ⇒ ::String
Returns the value of attribute schedule_expression_timezone.
332 333 334 |
# File 'sig/types.rbs', line 332 def schedule_expression_timezone @schedule_expression_timezone end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
333 334 335 |
# File 'sig/types.rbs', line 333 def start_date @start_date end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
334 335 336 |
# File 'sig/types.rbs', line 334 def state @state end |
#target ⇒ Types::Target
Returns the value of attribute target.
335 336 337 |
# File 'sig/types.rbs', line 335 def target @target end |