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.



1220
1221
1222
# File 'sig/types.rbs', line 1220

def assertion_created
  @assertion_created
end

#assertion_deletedTypes::AssertionDeletedMetadata

Returns the value of attribute assertion_deleted.



1222
1223
1224
# File 'sig/types.rbs', line 1222

def assertion_deleted
  @assertion_deleted
end

#assertion_updatedTypes::AssertionUpdatedMetadata

Returns the value of attribute assertion_updated.



1221
1222
1223
# File 'sig/types.rbs', line 1221

def assertion_updated
  @assertion_updated
end

#service_achievability_updatedTypes::ServiceAchievabilityUpdatedMetadata

Returns the value of attribute service_achievability_updated.



1219
1220
1221
# File 'sig/types.rbs', line 1219

def service_achievability_updated
  @service_achievability_updated
end

#service_createdTypes::ServiceCreatedMetadata

Returns the value of attribute service_created.



1204
1205
1206
# File 'sig/types.rbs', line 1204

def service_created
  @service_created
end

#service_deletedTypes::ServiceDeletedMetadata

Returns the value of attribute service_deleted.



1205
1206
1207
# File 'sig/types.rbs', line 1205

def service_deleted
  @service_deleted
end

#service_function_createdTypes::ServiceFunctionCreatedMetadata

Returns the value of attribute service_function_created.



1214
1215
1216
# File 'sig/types.rbs', line 1214

def service_function_created
  @service_function_created
end

#service_function_deletedTypes::ServiceFunctionDeletedMetadata

Returns the value of attribute service_function_deleted.



1216
1217
1218
# File 'sig/types.rbs', line 1216

def service_function_deleted
  @service_function_deleted
end

#service_function_resources_addedTypes::ServiceFunctionResourcesAddedMetadata

Returns the value of attribute service_function_resources_added.



1217
1218
1219
# File 'sig/types.rbs', line 1217

def service_function_resources_added
  @service_function_resources_added
end

#service_function_resources_removedTypes::ServiceFunctionResourcesRemovedMetadata

Returns the value of attribute service_function_resources_removed.



1218
1219
1220
# File 'sig/types.rbs', line 1218

def service_function_resources_removed
  @service_function_resources_removed
end

#service_function_updatedTypes::ServiceFunctionUpdatedMetadata

Returns the value of attribute service_function_updated.



1215
1216
1217
# File 'sig/types.rbs', line 1215

def service_function_updated
  @service_function_updated
end

#service_input_sources_updatedTypes::ServiceInputSourcesUpdatedMetadata

Returns the value of attribute service_input_sources_updated.



1211
1212
1213
# File 'sig/types.rbs', line 1211

def service_input_sources_updated
  @service_input_sources_updated
end

#service_policy_associatedTypes::ServicePolicyAssociatedMetadata

Returns the value of attribute service_policy_associated.



1212
1213
1214
# File 'sig/types.rbs', line 1212

def service_policy_associated
  @service_policy_associated
end

#service_policy_disassociatedTypes::ServicePolicyDisassociatedMetadata

Returns the value of attribute service_policy_disassociated.



1213
1214
1215
# File 'sig/types.rbs', line 1213

def service_policy_disassociated
  @service_policy_disassociated
end

#service_resources_associatedTypes::ServiceResourcesAssociatedMetadata

Returns the value of attribute service_resources_associated.



1208
1209
1210
# File 'sig/types.rbs', line 1208

def service_resources_associated
  @service_resources_associated
end

#service_resources_disassociatedTypes::ServiceResourcesDisassociatedMetadata

Returns the value of attribute service_resources_disassociated.



1209
1210
1211
# File 'sig/types.rbs', line 1209

def service_resources_disassociated
  @service_resources_disassociated
end

#service_system_associatedTypes::ServiceSystemAssociatedMetadata

Returns the value of attribute service_system_associated.



1206
1207
1208
# File 'sig/types.rbs', line 1206

def service_system_associated
  @service_system_associated
end

#service_system_disassociatedTypes::ServiceSystemDisassociatedMetadata

Returns the value of attribute service_system_disassociated.



1207
1208
1209
# File 'sig/types.rbs', line 1207

def service_system_disassociated
  @service_system_disassociated
end

#service_workflow_updatedTypes::ServiceWorkflowUpdatedMetadata

Returns the value of attribute service_workflow_updated.



1210
1211
1212
# File 'sig/types.rbs', line 1210

def service_workflow_updated
  @service_workflow_updated
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def unknown
  @unknown
end