Class: Aws::Types::PutScheduledUpdateGroupActionType
- Inherits:
-
Object
- Object
- Aws::Types::PutScheduledUpdateGroupActionType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#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 ⇒ ::Time
Returns the value of attribute time.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def auto_scaling_group_name @auto_scaling_group_name end |
#desired_capacity ⇒ ::Integer
Returns the value of attribute desired_capacity.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def desired_capacity @desired_capacity end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def end_time @end_time end |
#max_size ⇒ ::Integer
Returns the value of attribute max_size.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def max_size @max_size end |
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def min_size @min_size end |
#recurrence ⇒ ::String
Returns the value of attribute recurrence.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def recurrence @recurrence end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def scheduled_action_name @scheduled_action_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def start_time @start_time end |
#time ⇒ ::Time
Returns the value of attribute time.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def time @time end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def time_zone @time_zone end |