Class: Aws::Types::OperationEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def client_request_token
  @client_request_token
end

#detailed_status"CONFIGURATION_COMPLETE", "VALIDATION_FAILED"

Returns the value of attribute detailed_status.

Returns:

  • ("CONFIGURATION_COMPLETE", "VALIDATION_FAILED")


1286
1287
1288
# File 'sig/types.rbs', line 1286

def detailed_status
  @detailed_status
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def end_time
  @end_time
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def event_id
  @event_id
end

#event_type"STACK_EVENT", ...

Returns the value of attribute event_type.

Returns:

  • ("STACK_EVENT", "PROGRESS_EVENT", "VALIDATION_ERROR", "PROVISIONING_ERROR", "HOOK_INVOCATION_ERROR")


1270
1271
1272
# File 'sig/types.rbs', line 1270

def event_type
  @event_type
end

#hook_failure_mode"FAIL", "WARN"

Returns the value of attribute hook_failure_mode.

Returns:

  • ("FAIL", "WARN")


1285
1286
1287
# File 'sig/types.rbs', line 1285

def hook_failure_mode
  @hook_failure_mode
end

#hook_invocation_point"PRE_PROVISION"

Returns the value of attribute hook_invocation_point.

Returns:

  • ("PRE_PROVISION")


1284
1285
1286
# File 'sig/types.rbs', line 1284

def hook_invocation_point
  @hook_invocation_point
end

#hook_status"HOOK_IN_PROGRESS", ...

Returns the value of attribute hook_status.

Returns:

  • ("HOOK_IN_PROGRESS", "HOOK_COMPLETE_SUCCEEDED", "HOOK_COMPLETE_FAILED", "HOOK_FAILED")


1282
1283
1284
# File 'sig/types.rbs', line 1282

def hook_status
  @hook_status
end

#hook_status_reason::String

Returns the value of attribute hook_status_reason.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def hook_status_reason
  @hook_status_reason
end

#hook_type::String

Returns the value of attribute hook_type.

Returns:

  • (::String)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def hook_type
  @hook_type
end

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def logical_resource_id
  @logical_resource_id
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def operation_id
  @operation_id
end

#operation_status"IN_PROGRESS", ...

Returns the value of attribute operation_status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


1269
1270
1271
# File 'sig/types.rbs', line 1269

def operation_status
  @operation_status
end

#operation_type"CREATE_STACK", ...

Returns the value of attribute operation_type.

Returns:

  • ("CREATE_STACK", "UPDATE_STACK", "DELETE_STACK", "CONTINUE_ROLLBACK", "ROLLBACK", "CREATE_CHANGESET")


1268
1269
1270
# File 'sig/types.rbs', line 1268

def operation_type
  @operation_type
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def physical_resource_id
  @physical_resource_id
end

#resource_properties::String

Returns the value of attribute resource_properties.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def resource_properties
  @resource_properties
end

#resource_status"CREATE_IN_PROGRESS", ...

Returns the value of attribute resource_status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE", "EXPORT_FAILED", "EXPORT_COMPLETE", "EXPORT_IN_PROGRESS", "EXPORT_ROLLBACK_IN_PROGRESS", "EXPORT_ROLLBACK_FAILED", "EXPORT_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETE", "ROLLBACK_FAILED")


1277
1278
1279
# File 'sig/types.rbs', line 1277

def resource_status
  @resource_status
end

#resource_status_reason::String

Returns the value of attribute resource_status_reason.

Returns:

  • (::String)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def resource_status_reason
  @resource_status_reason
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def resource_type
  @resource_type
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def stack_id
  @stack_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def start_time
  @start_time
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def timestamp
  @timestamp
end

#validation_failure_mode"FAIL", "WARN"

Returns the value of attribute validation_failure_mode.

Returns:

  • ("FAIL", "WARN")


1287
1288
1289
# File 'sig/types.rbs', line 1287

def validation_failure_mode
  @validation_failure_mode
end

#validation_name::String

Returns the value of attribute validation_name.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def validation_name
  @validation_name
end

#validation_path::String

Returns the value of attribute validation_path.

Returns:

  • (::String)


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

def validation_path
  @validation_path
end

#validation_status"FAILED", "SKIPPED"

Returns the value of attribute validation_status.

Returns:

  • ("FAILED", "SKIPPED")


1289
1290
1291
# File 'sig/types.rbs', line 1289

def validation_status
  @validation_status
end

#validation_status_reason::String

Returns the value of attribute validation_status_reason.

Returns:

  • (::String)


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

def validation_status_reason
  @validation_status_reason
end