Class: Aws::Types::ChangeProgressDetails

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)


375
376
377
# File 'sig/types.rbs', line 375

def change_id
  @change_id
end

#config_change_status"Pending", ...

Returns the value of attribute config_change_status.

Returns:

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


377
378
379
# File 'sig/types.rbs', line 377

def config_change_status
  @config_change_status
end

#initiated_by"CUSTOMER", "SERVICE"

Returns the value of attribute initiated_by.

Returns:

  • ("CUSTOMER", "SERVICE")


378
379
380
# File 'sig/types.rbs', line 378

def initiated_by
  @initiated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


380
381
382
# File 'sig/types.rbs', line 380

def last_updated_time
  @last_updated_time
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def message
  @message
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


379
380
381
# File 'sig/types.rbs', line 379

def start_time
  @start_time
end