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.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def actor @actor end |
#event_details ⇒ Types::SystemEventDetails
Returns the value of attribute event_details.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def event_details @event_details end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def event_id @event_id end |
#event_type ⇒ "SYSTEM_CREATED", ...
Returns the value of attribute event_type.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def event_type @event_type end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def system_arn @system_arn end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def end |