Class: Aws::Lightsail::Types::RelationalDatabaseEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RelationalDatabaseEvent
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Describes an event for a database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the database event was created.
-
#event_categories ⇒ Array<String>
The category that the database event belongs to.
-
#message ⇒ String
The message of the database event.
-
#resource ⇒ String
The database that the database event relates to.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the database event was created.
13047 13048 13049 13050 13051 13052 13053 13054 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13047 class RelationalDatabaseEvent < Struct.new( :resource, :created_at, :message, :event_categories) SENSITIVE = [] include Aws::Structure end |
#event_categories ⇒ Array<String>
The category that the database event belongs to.
13047 13048 13049 13050 13051 13052 13053 13054 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13047 class RelationalDatabaseEvent < Struct.new( :resource, :created_at, :message, :event_categories) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message of the database event.
13047 13048 13049 13050 13051 13052 13053 13054 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13047 class RelationalDatabaseEvent < Struct.new( :resource, :created_at, :message, :event_categories) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The database that the database event relates to.
13047 13048 13049 13050 13051 13052 13053 13054 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13047 class RelationalDatabaseEvent < Struct.new( :resource, :created_at, :message, :event_categories) SENSITIVE = [] include Aws::Structure end |