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.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def actor @actor end |
#event_details ⇒ Types::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.
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.
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.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def service_arn @service_arn end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def end |