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)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def auto_scaling_group_name
  @auto_scaling_group_name
end

#desired_configurationTypes::DesiredConfiguration

Returns the value of attribute desired_configuration.



1404
1405
1406
# File 'sig/types.rbs', line 1404

def desired_configuration
  @desired_configuration
end

#preferencesTypes::RefreshPreferences

Returns the value of attribute preferences.



1405
1406
1407
# File 'sig/types.rbs', line 1405

def preferences
  @preferences
end

#strategy"Rolling", "ReplaceRootVolume"

Returns the value of attribute strategy.

Returns:

  • ("Rolling", "ReplaceRootVolume")


1403
1404
1405
# File 'sig/types.rbs', line 1403

def strategy
  @strategy
end