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.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def end |