Class: Aws::Types::InstanceRefresh

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)


787
788
789
# File 'sig/types.rbs', line 787

def auto_scaling_group_name
  @auto_scaling_group_name
end

#desired_configurationTypes::DesiredConfiguration

Returns the value of attribute desired_configuration.



796
797
798
# File 'sig/types.rbs', line 796

def desired_configuration
  @desired_configuration
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


791
792
793
# File 'sig/types.rbs', line 791

def end_time
  @end_time
end

#instance_refresh_id::String

Returns the value of attribute instance_refresh_id.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def instance_refresh_id
  @instance_refresh_id
end

#instances_to_update::Integer

Returns the value of attribute instances_to_update.

Returns:

  • (::Integer)


793
794
795
# File 'sig/types.rbs', line 793

def instances_to_update
  @instances_to_update
end

#percentage_complete::Integer

Returns the value of attribute percentage_complete.

Returns:

  • (::Integer)


792
793
794
# File 'sig/types.rbs', line 792

def percentage_complete
  @percentage_complete
end

#preferencesTypes::RefreshPreferences

Returns the value of attribute preferences.



795
796
797
# File 'sig/types.rbs', line 795

def preferences
  @preferences
end

#progress_detailsTypes::InstanceRefreshProgressDetails

Returns the value of attribute progress_details.



794
795
796
# File 'sig/types.rbs', line 794

def progress_details
  @progress_details
end

#rollback_detailsTypes::RollbackDetails

Returns the value of attribute rollback_details.



797
798
799
# File 'sig/types.rbs', line 797

def rollback_details
  @rollback_details
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


790
791
792
# File 'sig/types.rbs', line 790

def start_time
  @start_time
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Successful", "Failed", "Cancelling", "Cancelled", "RollbackInProgress", "RollbackFailed", "RollbackSuccessful", "Baking")


788
789
790
# File 'sig/types.rbs', line 788

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def status_reason
  @status_reason
end

#strategy"Rolling", "ReplaceRootVolume"

Returns the value of attribute strategy.

Returns:

  • ("Rolling", "ReplaceRootVolume")


798
799
800
# File 'sig/types.rbs', line 798

def strategy
  @strategy
end