Class: Aws::Types::StartInstanceRefreshType
- Inherits:
-
Object
- Object
- Aws::Types::StartInstanceRefreshType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#desired_configuration ⇒ Types::DesiredConfiguration
Returns the value of attribute desired_configuration.
-
#preferences ⇒ Types::RefreshPreferences
Returns the value of attribute preferences.
-
#strategy ⇒ "Rolling", "ReplaceRootVolume"
Returns the value of attribute strategy.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def auto_scaling_group_name @auto_scaling_group_name end |
#desired_configuration ⇒ Types::DesiredConfiguration
Returns the value of attribute desired_configuration.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def desired_configuration @desired_configuration end |
#preferences ⇒ Types::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.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def strategy @strategy end |