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)


228
229
230
# File 'sig/types.rbs', line 228

def change_id
  @change_id
end

#change_progress_stages::Array[Types::ChangeProgressStage]

Returns the value of attribute change_progress_stages.

Returns:



234
235
236
# File 'sig/types.rbs', line 234

def change_progress_stages
  @change_progress_stages
end

#completed_properties::Array[::String]

Returns the value of attribute completed_properties.

Returns:

  • (::Array[::String])


232
233
234
# File 'sig/types.rbs', line 232

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


235
236
237
# File 'sig/types.rbs', line 235

def config_change_status
  @config_change_status
end

#initiated_by"CUSTOMER", "SERVICE"

Returns the value of attribute initiated_by.

Returns:

  • ("CUSTOMER", "SERVICE")


237
238
239
# File 'sig/types.rbs', line 237

def initiated_by
  @initiated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


236
237
238
# File 'sig/types.rbs', line 236

def last_updated_time
  @last_updated_time
end

#pending_properties::Array[::String]

Returns the value of attribute pending_properties.

Returns:

  • (::Array[::String])


231
232
233
# File 'sig/types.rbs', line 231

def pending_properties
  @pending_properties
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


229
230
231
# File 'sig/types.rbs', line 229

def start_time
  @start_time
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


230
231
232
# File 'sig/types.rbs', line 230

def status
  @status
end

#total_number_of_stages::Integer

Returns the value of attribute total_number_of_stages.

Returns:

  • (::Integer)


233
234
235
# File 'sig/types.rbs', line 233

def total_number_of_stages
  @total_number_of_stages
end