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)


210
211
212
# File 'sig/types.rbs', line 210

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


212
213
214
# File 'sig/types.rbs', line 212

def config_change_status
  @config_change_status
end

#initiated_by"CUSTOMER", "SERVICE"

Returns the value of attribute initiated_by.

Returns:

  • ("CUSTOMER", "SERVICE")


215
216
217
# File 'sig/types.rbs', line 215

def initiated_by
  @initiated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


214
215
216
# File 'sig/types.rbs', line 214

def last_updated_time
  @last_updated_time
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def message
  @message
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


213
214
215
# File 'sig/types.rbs', line 213

def start_time
  @start_time
end