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.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def auto_scaling_group_name @auto_scaling_group_name end |
#desired_configuration ⇒ Types::DesiredConfiguration
Returns the value of attribute desired_configuration.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def desired_configuration @desired_configuration end |
#preferences ⇒ Types::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.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def strategy @strategy end |