Class: Aws::Types::StartInstanceRefreshType

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)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def auto_scaling_group_name
  @auto_scaling_group_name
end

#desired_configurationTypes::DesiredConfiguration

Returns the value of attribute desired_configuration.



1416
1417
1418
# File 'sig/types.rbs', line 1416

def desired_configuration
  @desired_configuration
end

#preferencesTypes::RefreshPreferences

Returns the value of attribute preferences.



1417
1418
1419
# File 'sig/types.rbs', line 1417

def preferences
  @preferences
end

#strategy"Rolling", "ReplaceRootVolume"

Returns the value of attribute strategy.

Returns:

  • ("Rolling", "ReplaceRootVolume")


1415
1416
1417
# File 'sig/types.rbs', line 1415

def strategy
  @strategy
end