Class: Aws::Types::ScheduledUpdateGroupActionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#desired_capacity::Integer

Returns the value of attribute desired_capacity.



1374
1375
1376
# File 'sig/types.rbs', line 1374

def desired_capacity
  @desired_capacity
end

#end_time::Time

Returns the value of attribute end_time.



1370
1371
1372
# File 'sig/types.rbs', line 1370

def end_time
  @end_time
end

#max_size::Integer

Returns the value of attribute max_size.



1373
1374
1375
# File 'sig/types.rbs', line 1373

def max_size
  @max_size
end

#min_size::Integer

Returns the value of attribute min_size.



1372
1373
1374
# File 'sig/types.rbs', line 1372

def min_size
  @min_size
end

#recurrence::String

Returns the value of attribute recurrence.



1371
1372
1373
# File 'sig/types.rbs', line 1371

def recurrence
  @recurrence
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.



1368
1369
1370
# File 'sig/types.rbs', line 1368

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.



1369
1370
1371
# File 'sig/types.rbs', line 1369

def start_time
  @start_time
end

#time_zone::String

Returns the value of attribute time_zone.



1375
1376
1377
# File 'sig/types.rbs', line 1375

def time_zone
  @time_zone
end