Class: Aws::Lightsail::Types::RelationalDatabaseEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RelationalDatabaseEvent
- Includes:
- Structure
- Defined in:
- 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.
13149 13150 13151 13152 13153 13154 13155 13156 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13149 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.
13149 13150 13151 13152 13153 13154 13155 13156 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13149 class RelationalDatabaseEvent < Struct.new( :resource, :created_at, :message, :event_categories) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message of the database event.
13149 13150 13151 13152 13153 13154 13155 13156 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13149 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.
13149 13150 13151 13152 13153 13154 13155 13156 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13149 class RelationalDatabaseEvent < Struct.new( :resource, :created_at, :message, :event_categories) SENSITIVE = [] include Aws::Structure end |