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)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def auto_scaling_group_name
  @auto_scaling_group_name
end

#desired_configurationTypes::DesiredConfiguration

Returns the value of attribute desired_configuration.



1410
1411
1412
# File 'sig/types.rbs', line 1410

def desired_configuration
  @desired_configuration
end

#preferencesTypes::RefreshPreferences

Returns the value of attribute preferences.



1411
1412
1413
# File 'sig/types.rbs', line 1411

def preferences
  @preferences
end

#strategy"Rolling", "ReplaceRootVolume"

Returns the value of attribute strategy.

Returns:

  • ("Rolling", "ReplaceRootVolume")


1409
1410
1411
# File 'sig/types.rbs', line 1409

def strategy
  @strategy
end