Class: Aws::Types::ChangeProgressStatusDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_id::String

Returns the value of attribute change_id.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def change_id
  @change_id
end

#change_progress_stages::Array[Types::ChangeProgressStage]

Returns the value of attribute change_progress_stages.

Returns:



399
400
401
# File 'sig/types.rbs', line 399

def change_progress_stages
  @change_progress_stages
end

#completed_properties::Array[::String]

Returns the value of attribute completed_properties.

Returns:

  • (::Array[::String])


397
398
399
# File 'sig/types.rbs', line 397

def completed_properties
  @completed_properties
end

#config_change_status"Pending", ...

Returns the value of attribute config_change_status.

Returns:

  • ("Pending", "Initializing", "Validating", "ValidationFailed", "ApplyingChanges", "Completed", "PendingUserInput", "Cancelled")


401
402
403
# File 'sig/types.rbs', line 401

def config_change_status
  @config_change_status
end

#initiated_by"CUSTOMER", "SERVICE"

Returns the value of attribute initiated_by.

Returns:

  • ("CUSTOMER", "SERVICE")


402
403
404
# File 'sig/types.rbs', line 402

def initiated_by
  @initiated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


400
401
402
# File 'sig/types.rbs', line 400

def last_updated_time
  @last_updated_time
end

#pending_properties::Array[::String]

Returns the value of attribute pending_properties.

Returns:

  • (::Array[::String])


396
397
398
# File 'sig/types.rbs', line 396

def pending_properties
  @pending_properties
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


394
395
396
# File 'sig/types.rbs', line 394

def start_time
  @start_time
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "PROCESSING", "COMPLETED", "FAILED")


395
396
397
# File 'sig/types.rbs', line 395

def status
  @status
end

#total_number_of_stages::Integer

Returns the value of attribute total_number_of_stages.

Returns:

  • (::Integer)


398
399
400
# File 'sig/types.rbs', line 398

def total_number_of_stages
  @total_number_of_stages
end