Class: Aws::Types::PutScheduledActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutScheduledActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_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
#end_time ⇒ ::Time
Returns the value of attribute end_time.
310 311 312 |
# File 'sig/types.rbs', line 310 def end_time @end_time end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
307 308 309 |
# File 'sig/types.rbs', line 307 def resource_id @resource_id end |
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
308 309 310 |
# File 'sig/types.rbs', line 308 def scalable_dimension @scalable_dimension end |
#scalable_target_action ⇒ Types::ScalableTargetAction
Returns the value of attribute scalable_target_action.
311 312 313 |
# File 'sig/types.rbs', line 311 def scalable_target_action @scalable_target_action end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
304 305 306 |
# File 'sig/types.rbs', line 304 def schedule @schedule end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def scheduled_action_name @scheduled_action_name end |
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
303 304 305 |
# File 'sig/types.rbs', line 303 def service_namespace @service_namespace end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
309 310 311 |
# File 'sig/types.rbs', line 309 def start_time @start_time end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
305 306 307 |
# File 'sig/types.rbs', line 305 def timezone @timezone end |