Class: Aws::Types::OperationEvent

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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.



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

def start_time
  @start_time
end

#timestamp::Time

Returns the value of attribute timestamp.



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.



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.



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.



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.



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.



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

def validation_status_reason
  @validation_status_reason
end