Class: Aws::Types::ServiceEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actorTypes::EventActor

Returns the value of attribute actor.

Returns:



1191
1192
1193
# File 'sig/types.rbs', line 1191

def actor
  @actor
end

#event_detailsTypes::ServiceEventDetails

Returns the value of attribute event_details.



1192
1193
1194
# File 'sig/types.rbs', line 1192

def event_details
  @event_details
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def event_id
  @event_id
end

#event_type"SERVICE_CREATED", ...

Returns the value of attribute event_type.

Returns:

  • ("SERVICE_CREATED", "SERVICE_DELETED", "SERVICE_SYSTEM_ASSOCIATED", "SERVICE_SYSTEM_DISASSOCIATED", "SERVICE_RESOURCES_ASSOCIATED", "SERVICE_RESOURCES_DISASSOCIATED", "SERVICE_WORKFLOW_UPDATED", "SERVICE_INPUT_SOURCES_UPDATED", "SERVICE_POLICY_ASSOCIATED", "SERVICE_POLICY_DISASSOCIATED", "SERVICE_FUNCTION_CREATED", "SERVICE_FUNCTION_UPDATED", "SERVICE_FUNCTION_DELETED", "SERVICE_FUNCTION_RESOURCES_ADDED", "SERVICE_FUNCTION_RESOURCES_REMOVED", "SERVICE_ACHIEVABILITY_UPDATED", "ASSERTION_CREATED", "ASSERTION_UPDATED", "ASSERTION_DELETED")


1189
1190
1191
# File 'sig/types.rbs', line 1189

def event_type
  @event_type
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def service_arn
  @service_arn
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1188
1189
1190
# File 'sig/types.rbs', line 1188

def timestamp
  @timestamp
end