Class: Aws::Types::SystemEvent
- Inherits:
-
Object
- Object
- Aws::Types::SystemEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actor ⇒ Types::EventActor
Returns the value of attribute actor.
-
#event_details ⇒ Types::SystemEventDetails
Returns the value of attribute event_details.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type ⇒ "SYSTEM_CREATED", ...
Returns the value of attribute event_type.
-
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#actor ⇒ Types::EventActor
Returns the value of attribute actor.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def actor @actor end |
#event_details ⇒ Types::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.
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.
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.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def system_arn @system_arn end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def @timestamp end |