Class: Aws::Types::ServiceEventMetadata

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

Defined Under Namespace

Classes: AssertionCreated, AssertionDeleted, AssertionUpdated, ServiceAchievabilityUpdated, ServiceCreated, ServiceDeleted, ServiceFunctionCreated, ServiceFunctionDeleted, ServiceFunctionResourcesAdded, ServiceFunctionResourcesRemoved, ServiceFunctionUpdated, ServiceInputSourcesUpdated, ServicePolicyAssociated, ServicePolicyDisassociated, ServiceResourcesAssociated, ServiceResourcesDisassociated, ServiceSystemAssociated, ServiceSystemDisassociated, ServiceWorkflowUpdated, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assertion_createdTypes::AssertionCreatedMetadata

Returns the value of attribute assertion_created.



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

def assertion_created
  @assertion_created
end

#assertion_deletedTypes::AssertionDeletedMetadata

Returns the value of attribute assertion_deleted.



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

def assertion_deleted
  @assertion_deleted
end

#assertion_updatedTypes::AssertionUpdatedMetadata

Returns the value of attribute assertion_updated.



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

def assertion_updated
  @assertion_updated
end

#service_achievability_updatedTypes::ServiceAchievabilityUpdatedMetadata

Returns the value of attribute service_achievability_updated.



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

def service_achievability_updated
  @service_achievability_updated
end

#service_createdTypes::ServiceCreatedMetadata

Returns the value of attribute service_created.



1254
1255
1256
# File 'sig/types.rbs', line 1254

def service_created
  @service_created
end

#service_deletedTypes::ServiceDeletedMetadata

Returns the value of attribute service_deleted.



1255
1256
1257
# File 'sig/types.rbs', line 1255

def service_deleted
  @service_deleted
end

#service_function_createdTypes::ServiceFunctionCreatedMetadata

Returns the value of attribute service_function_created.



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

def service_function_created
  @service_function_created
end

#service_function_deletedTypes::ServiceFunctionDeletedMetadata

Returns the value of attribute service_function_deleted.



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

def service_function_deleted
  @service_function_deleted
end

#service_function_resources_addedTypes::ServiceFunctionResourcesAddedMetadata

Returns the value of attribute service_function_resources_added.



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

def service_function_resources_added
  @service_function_resources_added
end

#service_function_resources_removedTypes::ServiceFunctionResourcesRemovedMetadata

Returns the value of attribute service_function_resources_removed.



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

def service_function_resources_removed
  @service_function_resources_removed
end

#service_function_updatedTypes::ServiceFunctionUpdatedMetadata

Returns the value of attribute service_function_updated.



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

def service_function_updated
  @service_function_updated
end

#service_input_sources_updatedTypes::ServiceInputSourcesUpdatedMetadata

Returns the value of attribute service_input_sources_updated.



1261
1262
1263
# File 'sig/types.rbs', line 1261

def service_input_sources_updated
  @service_input_sources_updated
end

#service_policy_associatedTypes::ServicePolicyAssociatedMetadata

Returns the value of attribute service_policy_associated.



1262
1263
1264
# File 'sig/types.rbs', line 1262

def service_policy_associated
  @service_policy_associated
end

#service_policy_disassociatedTypes::ServicePolicyDisassociatedMetadata

Returns the value of attribute service_policy_disassociated.



1263
1264
1265
# File 'sig/types.rbs', line 1263

def service_policy_disassociated
  @service_policy_disassociated
end

#service_resources_associatedTypes::ServiceResourcesAssociatedMetadata

Returns the value of attribute service_resources_associated.



1258
1259
1260
# File 'sig/types.rbs', line 1258

def service_resources_associated
  @service_resources_associated
end

#service_resources_disassociatedTypes::ServiceResourcesDisassociatedMetadata

Returns the value of attribute service_resources_disassociated.



1259
1260
1261
# File 'sig/types.rbs', line 1259

def service_resources_disassociated
  @service_resources_disassociated
end

#service_system_associatedTypes::ServiceSystemAssociatedMetadata

Returns the value of attribute service_system_associated.



1256
1257
1258
# File 'sig/types.rbs', line 1256

def service_system_associated
  @service_system_associated
end

#service_system_disassociatedTypes::ServiceSystemDisassociatedMetadata

Returns the value of attribute service_system_disassociated.



1257
1258
1259
# File 'sig/types.rbs', line 1257

def service_system_disassociated
  @service_system_disassociated
end

#service_workflow_updatedTypes::ServiceWorkflowUpdatedMetadata

Returns the value of attribute service_workflow_updated.



1260
1261
1262
# File 'sig/types.rbs', line 1260

def service_workflow_updated
  @service_workflow_updated
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


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

def unknown
  @unknown
end