Class: Aws::Types::PutScheduledUpdateGroupActionType

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)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def auto_scaling_group_name
  @auto_scaling_group_name
end

#desired_capacity::Integer

Returns the value of attribute desired_capacity.

Returns:

  • (::Integer)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def desired_capacity
  @desired_capacity
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def end_time
  @end_time
end

#max_size::Integer

Returns the value of attribute max_size.

Returns:

  • (::Integer)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def max_size
  @max_size
end

#min_size::Integer

Returns the value of attribute min_size.

Returns:

  • (::Integer)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def min_size
  @min_size
end

#recurrence::String

Returns the value of attribute recurrence.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def recurrence
  @recurrence
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def start_time
  @start_time
end

#time::Time

Returns the value of attribute time.

Returns:

  • (::Time)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def time
  @time
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def time_zone
  @time_zone
end