Class: Aws::Types::CreateScheduleInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateScheduleInput
- 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.
43 44 45 |
# File 'sig/types.rbs', line 43 def action_after_completion @action_after_completion end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
44 45 46 |
# File 'sig/types.rbs', line 44 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
45 46 47 |
# File 'sig/types.rbs', line 45 def description @description end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
46 47 48 |
# File 'sig/types.rbs', line 46 def end_date @end_date end |
#flexible_time_window ⇒ Types::FlexibleTimeWindow
Returns the value of attribute flexible_time_window.
47 48 49 |
# File 'sig/types.rbs', line 47 def flexible_time_window @flexible_time_window end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
48 49 50 |
# File 'sig/types.rbs', line 48 def group_name @group_name end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
49 50 51 |
# File 'sig/types.rbs', line 49 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
50 51 52 |
# File 'sig/types.rbs', line 50 def name @name end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
51 52 53 |
# File 'sig/types.rbs', line 51 def schedule_expression @schedule_expression end |
#schedule_expression_timezone ⇒ ::String
Returns the value of attribute schedule_expression_timezone.
52 53 54 |
# File 'sig/types.rbs', line 52 def schedule_expression_timezone @schedule_expression_timezone end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
53 54 55 |
# File 'sig/types.rbs', line 53 def start_date @start_date end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
54 55 56 |
# File 'sig/types.rbs', line 54 def state @state end |
#target ⇒ Types::Target
Returns the value of attribute target.
55 56 57 |
# File 'sig/types.rbs', line 55 def target @target end |