Class: Aws::Types::ScheduledUpdateGroupActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledUpdateGroupActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_capacity ⇒ ::Integer
Returns the value of attribute desired_capacity.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_size ⇒ ::Integer
Returns the value of attribute max_size.
-
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
-
#recurrence ⇒ ::String
Returns the value of attribute recurrence.
-
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
Instance Attribute Details
#desired_capacity ⇒ ::Integer
Returns the value of attribute desired_capacity.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def desired_capacity @desired_capacity end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def end_time @end_time end |
#max_size ⇒ ::Integer
Returns the value of attribute max_size.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def max_size @max_size end |
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def min_size @min_size end |
#recurrence ⇒ ::String
Returns the value of attribute recurrence.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def recurrence @recurrence end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def scheduled_action_name @scheduled_action_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def start_time @start_time end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def time_zone @time_zone end |