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:



1241
1242
1243
# File 'sig/types.rbs', line 1241

def actor
  @actor
end

#event_detailsTypes::ServiceEventDetails

Returns the value of attribute event_details.



1242
1243
1244
# File 'sig/types.rbs', line 1242

def event_details
  @event_details
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


1237
1238
1239
# File 'sig/types.rbs', line 1237

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")


1239
1240
1241
# File 'sig/types.rbs', line 1239

def event_type
  @event_type
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def service_arn
  @service_arn
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def timestamp
  @timestamp
end