Class: Aws::Types::ServiceEvent
- Inherits:
-
Object
- Object
- Aws::Types::ServiceEvent
- 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::ServiceEventDetails
Returns the value of attribute event_details.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type ⇒ "SERVICE_CREATED", ...
Returns the value of attribute event_type.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#actor ⇒ Types::EventActor
Returns the value of attribute actor.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def actor @actor end |
#event_details ⇒ Types::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.
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.
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.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def service_arn @service_arn end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def @timestamp end |