Class: Aws::Types::GetScheduleOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetScheduleOutput
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#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.
-
#last_modification_date ⇒ ::Time
Returns the value of attribute last_modification_date.
-
#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.
139 140 141 |
# File 'sig/types.rbs', line 139 def action_after_completion @action_after_completion end |
#arn ⇒ ::String
Returns the value of attribute arn.
140 141 142 |
# File 'sig/types.rbs', line 140 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
141 142 143 |
# File 'sig/types.rbs', line 141 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
142 143 144 |
# File 'sig/types.rbs', line 142 def description @description end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
143 144 145 |
# File 'sig/types.rbs', line 143 def end_date @end_date end |
#flexible_time_window ⇒ Types::FlexibleTimeWindow
Returns the value of attribute flexible_time_window.
144 145 146 |
# File 'sig/types.rbs', line 144 def flexible_time_window @flexible_time_window end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
145 146 147 |
# File 'sig/types.rbs', line 145 def group_name @group_name end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
146 147 148 |
# File 'sig/types.rbs', line 146 def kms_key_arn @kms_key_arn end |
#last_modification_date ⇒ ::Time
Returns the value of attribute last_modification_date.
147 148 149 |
# File 'sig/types.rbs', line 147 def last_modification_date @last_modification_date end |
#name ⇒ ::String
Returns the value of attribute name.
148 149 150 |
# File 'sig/types.rbs', line 148 def name @name end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
149 150 151 |
# File 'sig/types.rbs', line 149 def schedule_expression @schedule_expression end |
#schedule_expression_timezone ⇒ ::String
Returns the value of attribute schedule_expression_timezone.
150 151 152 |
# File 'sig/types.rbs', line 150 def schedule_expression_timezone @schedule_expression_timezone end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
151 152 153 |
# File 'sig/types.rbs', line 151 def start_date @start_date end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
152 153 154 |
# File 'sig/types.rbs', line 152 def state @state end |
#target ⇒ Types::Target
Returns the value of attribute target.
153 154 155 |
# File 'sig/types.rbs', line 153 def target @target end |