Class: Aws::Types::ScheduledUpdateGroupActionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_capacity::Integer

Returns the value of attribute desired_capacity.

Returns:

  • (::Integer)


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

def desired_capacity
  @desired_capacity
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def end_time
  @end_time
end

#max_size::Integer

Returns the value of attribute max_size.

Returns:

  • (::Integer)


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

def max_size
  @max_size
end

#min_size::Integer

Returns the value of attribute min_size.

Returns:

  • (::Integer)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def min_size
  @min_size
end

#recurrence::String

Returns the value of attribute recurrence.

Returns:

  • (::String)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def recurrence
  @recurrence
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def start_time
  @start_time
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


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

def time_zone
  @time_zone
end