Class: Aws::Types::SystemEvent

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:



1518
1519
1520
# File 'sig/types.rbs', line 1518

def actor
  @actor
end

#event_detailsTypes::SystemEventDetails

Returns the value of attribute event_details.



1519
1520
1521
# File 'sig/types.rbs', line 1519

def event_details
  @event_details
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def event_id
  @event_id
end

#event_type"SYSTEM_CREATED", ...

Returns the value of attribute event_type.

Returns:

  • ("SYSTEM_CREATED", "SYSTEM_DELETED", "SYSTEM_USER_JOURNEY_CREATED", "SYSTEM_USER_JOURNEY_UPDATED", "SYSTEM_USER_JOURNEY_DELETED", "SYSTEM_SERVICE_ASSOCIATED", "SYSTEM_SERVICE_DISASSOCIATED", "SYSTEM_POLICY_ASSOCIATED", "SYSTEM_POLICY_DISASSOCIATED")


1516
1517
1518
# File 'sig/types.rbs', line 1516

def event_type
  @event_type
end

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def system_arn
  @system_arn
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def timestamp
  @timestamp
end