Class: Aws::Types::InstanceRefresh
- Inherits:
-
Object
- Object
- Aws::Types::InstanceRefresh
- 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.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#instance_refresh_id ⇒ ::String
Returns the value of attribute instance_refresh_id.
-
#instances_to_update ⇒ ::Integer
Returns the value of attribute instances_to_update.
-
#percentage_complete ⇒ ::Integer
Returns the value of attribute percentage_complete.
-
#preferences ⇒ Types::RefreshPreferences
Returns the value of attribute preferences.
-
#progress_details ⇒ Types::InstanceRefreshProgressDetails
Returns the value of attribute progress_details.
-
#rollback_details ⇒ Types::RollbackDetails
Returns the value of attribute rollback_details.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#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.
776 777 778 |
# File 'sig/types.rbs', line 776 def auto_scaling_group_name @auto_scaling_group_name end |
#desired_configuration ⇒ Types::DesiredConfiguration
Returns the value of attribute desired_configuration.
785 786 787 |
# File 'sig/types.rbs', line 785 def desired_configuration @desired_configuration end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
780 781 782 |
# File 'sig/types.rbs', line 780 def end_time @end_time end |
#instance_refresh_id ⇒ ::String
Returns the value of attribute instance_refresh_id.
775 776 777 |
# File 'sig/types.rbs', line 775 def instance_refresh_id @instance_refresh_id end |
#instances_to_update ⇒ ::Integer
Returns the value of attribute instances_to_update.
782 783 784 |
# File 'sig/types.rbs', line 782 def instances_to_update @instances_to_update end |
#percentage_complete ⇒ ::Integer
Returns the value of attribute percentage_complete.
781 782 783 |
# File 'sig/types.rbs', line 781 def percentage_complete @percentage_complete end |
#preferences ⇒ Types::RefreshPreferences
Returns the value of attribute preferences.
784 785 786 |
# File 'sig/types.rbs', line 784 def preferences @preferences end |
#progress_details ⇒ Types::InstanceRefreshProgressDetails
Returns the value of attribute progress_details.
783 784 785 |
# File 'sig/types.rbs', line 783 def progress_details @progress_details end |
#rollback_details ⇒ Types::RollbackDetails
Returns the value of attribute rollback_details.
786 787 788 |
# File 'sig/types.rbs', line 786 def rollback_details @rollback_details end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
779 780 781 |
# File 'sig/types.rbs', line 779 def start_time @start_time end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
777 778 779 |
# File 'sig/types.rbs', line 777 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
778 779 780 |
# File 'sig/types.rbs', line 778 def status_reason @status_reason end |
#strategy ⇒ "Rolling", "ReplaceRootVolume"
Returns the value of attribute strategy.
787 788 789 |
# File 'sig/types.rbs', line 787 def strategy @strategy end |