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.
782 783 784 |
# File 'sig/types.rbs', line 782 def auto_scaling_group_name @auto_scaling_group_name end |
#desired_configuration ⇒ Types::DesiredConfiguration
Returns the value of attribute desired_configuration.
791 792 793 |
# File 'sig/types.rbs', line 791 def desired_configuration @desired_configuration end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
786 787 788 |
# File 'sig/types.rbs', line 786 def end_time @end_time end |
#instance_refresh_id ⇒ ::String
Returns the value of attribute instance_refresh_id.
781 782 783 |
# File 'sig/types.rbs', line 781 def instance_refresh_id @instance_refresh_id end |
#instances_to_update ⇒ ::Integer
Returns the value of attribute instances_to_update.
788 789 790 |
# File 'sig/types.rbs', line 788 def instances_to_update @instances_to_update end |
#percentage_complete ⇒ ::Integer
Returns the value of attribute percentage_complete.
787 788 789 |
# File 'sig/types.rbs', line 787 def percentage_complete @percentage_complete end |
#preferences ⇒ Types::RefreshPreferences
Returns the value of attribute preferences.
790 791 792 |
# File 'sig/types.rbs', line 790 def preferences @preferences end |
#progress_details ⇒ Types::InstanceRefreshProgressDetails
Returns the value of attribute progress_details.
789 790 791 |
# File 'sig/types.rbs', line 789 def progress_details @progress_details end |
#rollback_details ⇒ Types::RollbackDetails
Returns the value of attribute rollback_details.
792 793 794 |
# File 'sig/types.rbs', line 792 def rollback_details @rollback_details end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
785 786 787 |
# File 'sig/types.rbs', line 785 def start_time @start_time end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
783 784 785 |
# File 'sig/types.rbs', line 783 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
784 785 786 |
# File 'sig/types.rbs', line 784 def status_reason @status_reason end |
#strategy ⇒ "Rolling", "ReplaceRootVolume"
Returns the value of attribute strategy.
793 794 795 |
# File 'sig/types.rbs', line 793 def strategy @strategy end |