Class: Aws::Types::RefreshPreferences

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_specificationTypes::AlarmSpecification

Returns the value of attribute alarm_specification.



1263
1264
1265
# File 'sig/types.rbs', line 1263

def alarm_specification
  @alarm_specification
end

#auto_rollbackBoolean

Returns the value of attribute auto_rollback.

Returns:

  • (Boolean)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def auto_rollback
  @auto_rollback
end

#bake_time::Integer

Returns the value of attribute bake_time.

Returns:

  • (::Integer)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def bake_time
  @bake_time
end

#checkpoint_delay::Integer

Returns the value of attribute checkpoint_delay.

Returns:

  • (::Integer)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def checkpoint_delay
  @checkpoint_delay
end

#checkpoint_percentages::Array[::Integer]

Returns the value of attribute checkpoint_percentages.

Returns:

  • (::Array[::Integer])


1257
1258
1259
# File 'sig/types.rbs', line 1257

def checkpoint_percentages
  @checkpoint_percentages
end

#instance_warmup::Integer

Returns the value of attribute instance_warmup.

Returns:

  • (::Integer)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def instance_warmup
  @instance_warmup
end

#max_healthy_percentage::Integer

Returns the value of attribute max_healthy_percentage.

Returns:

  • (::Integer)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def max_healthy_percentage
  @max_healthy_percentage
end

#min_healthy_percentage::Integer

Returns the value of attribute min_healthy_percentage.

Returns:

  • (::Integer)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def min_healthy_percentage
  @min_healthy_percentage
end

#scale_in_protected_instances"Refresh", ...

Returns the value of attribute scale_in_protected_instances.

Returns:

  • ("Refresh", "Ignore", "Wait")


1261
1262
1263
# File 'sig/types.rbs', line 1261

def scale_in_protected_instances
  @scale_in_protected_instances
end

#skip_matchingBoolean

Returns the value of attribute skip_matching.

Returns:

  • (Boolean)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def skip_matching
  @skip_matching
end

#standby_instances"Terminate", ...

Returns the value of attribute standby_instances.

Returns:

  • ("Terminate", "Ignore", "Wait")


1262
1263
1264
# File 'sig/types.rbs', line 1262

def standby_instances
  @standby_instances
end