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)


776
777
778
# File 'sig/types.rbs', line 776

def auto_scaling_group_name
  @auto_scaling_group_name
end

#desired_configurationTypes::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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


781
782
783
# File 'sig/types.rbs', line 781

def percentage_complete
  @percentage_complete
end

#preferencesTypes::RefreshPreferences

Returns the value of attribute preferences.



784
785
786
# File 'sig/types.rbs', line 784

def preferences
  @preferences
end

#progress_detailsTypes::InstanceRefreshProgressDetails

Returns the value of attribute progress_details.



783
784
785
# File 'sig/types.rbs', line 783

def progress_details
  @progress_details
end

#rollback_detailsTypes::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.

Returns:

  • (::Time)


779
780
781
# File 'sig/types.rbs', line 779

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")


777
778
779
# File 'sig/types.rbs', line 777

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def status_reason
  @status_reason
end

#strategy"Rolling", "ReplaceRootVolume"

Returns the value of attribute strategy.

Returns:

  • ("Rolling", "ReplaceRootVolume")


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

def strategy
  @strategy
end