Class: Aws::Types::ServiceEvent
- Inherits:
-
Object
- Object
- Aws::Types::ServiceEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def @message end |