Class: Aws::Types::ScheduledAction
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
-
#scalable_target_action ⇒ Types::ScalableTargetAction
Returns the value of attribute scalable_target_action.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#scheduled_action_arn ⇒ ::String
Returns the value of attribute scheduled_action_arn.
-
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
-
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
403 404 405 |
# File 'sig/types.rbs', line 403 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
401 402 403 |
# File 'sig/types.rbs', line 401 def end_time @end_time end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
398 399 400 |
# File 'sig/types.rbs', line 398 def resource_id @resource_id end |
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
399 400 401 |
# File 'sig/types.rbs', line 399 def scalable_dimension @scalable_dimension end |
#scalable_target_action ⇒ Types::ScalableTargetAction
Returns the value of attribute scalable_target_action.
402 403 404 |
# File 'sig/types.rbs', line 402 def scalable_target_action @scalable_target_action end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
396 397 398 |
# File 'sig/types.rbs', line 396 def schedule @schedule end |
#scheduled_action_arn ⇒ ::String
Returns the value of attribute scheduled_action_arn.
394 395 396 |
# File 'sig/types.rbs', line 394 def scheduled_action_arn @scheduled_action_arn end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
393 394 395 |
# File 'sig/types.rbs', line 393 def scheduled_action_name @scheduled_action_name end |
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
395 396 397 |
# File 'sig/types.rbs', line 395 def service_namespace @service_namespace end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
400 401 402 |
# File 'sig/types.rbs', line 400 def start_time @start_time end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
397 398 399 |
# File 'sig/types.rbs', line 397 def timezone @timezone end |