Class: Aws::Types::RollbackDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instances_to_update_on_rollback::Integer

Returns the value of attribute instances_to_update_on_rollback.

Returns:

  • (::Integer)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def instances_to_update_on_rollback
  @instances_to_update_on_rollback
end

#percentage_complete_on_rollback::Integer

Returns the value of attribute percentage_complete_on_rollback.

Returns:

  • (::Integer)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def percentage_complete_on_rollback
  @percentage_complete_on_rollback
end

#progress_details_on_rollbackTypes::InstanceRefreshProgressDetails

Returns the value of attribute progress_details_on_rollback.



1295
1296
1297
# File 'sig/types.rbs', line 1295

def progress_details_on_rollback
  @progress_details_on_rollback
end

#rollback_reason::String

Returns the value of attribute rollback_reason.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def rollback_reason
  @rollback_reason
end

#rollback_start_time::Time

Returns the value of attribute rollback_start_time.

Returns:

  • (::Time)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def rollback_start_time
  @rollback_start_time
end