Class: Aws::Types::RelationalDatabaseEvent
- Inherits:
-
Object
- Object
- Aws::Types::RelationalDatabaseEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource ⇒ ::String
Returns the value of attribute resource.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2728 2729 2730 |
# File 'sig/types.rbs', line 2728 def created_at @created_at end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def event_categories @event_categories end |
#message ⇒ ::String
Returns the value of attribute message.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def end |
#resource ⇒ ::String
Returns the value of attribute resource.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def resource @resource end |