Class: Aws::Types::ScheduledUpdateGroupAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def auto_scaling_group_name
  @auto_scaling_group_name
end

#desired_capacity::Integer

Returns the value of attribute desired_capacity.

Returns:

  • (::Integer)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def desired_capacity
  @desired_capacity
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def end_time
  @end_time
end

#max_size::Integer

Returns the value of attribute max_size.

Returns:

  • (::Integer)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def max_size
  @max_size
end

#min_size::Integer

Returns the value of attribute min_size.

Returns:

  • (::Integer)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def min_size
  @min_size
end

#recurrence::String

Returns the value of attribute recurrence.

Returns:

  • (::String)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def recurrence
  @recurrence
end

#scheduled_action_arn::String

Returns the value of attribute scheduled_action_arn.

Returns:

  • (::String)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def scheduled_action_arn
  @scheduled_action_arn
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def start_time
  @start_time
end

#time::Time

Returns the value of attribute time.

Returns:

  • (::Time)


1344
1345
1346
# File 'sig/types.rbs', line 1344

def time
  @time
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def time_zone
  @time_zone
end