Class: Aws::Lightsail::Types::RelationalDatabaseEvent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Describes an event for a database.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the database event was created.

Returns:

  • (Time)


6652
6653
6654
6655
6656
6657
6658
# File 'lib/aws-sdk-lightsail/types.rb', line 6652

class RelationalDatabaseEvent < Struct.new(
  :resource,
  :created_at,
  :message,
  :event_categories)
  include Aws::Structure
end

#event_categoriesArray<String>

The category that the database event belongs to.

Returns:

  • (Array<String>)


6652
6653
6654
6655
6656
6657
6658
# File 'lib/aws-sdk-lightsail/types.rb', line 6652

class RelationalDatabaseEvent < Struct.new(
  :resource,
  :created_at,
  :message,
  :event_categories)
  include Aws::Structure
end

#messageString

The message of the database event.

Returns:

  • (String)


6652
6653
6654
6655
6656
6657
6658
# File 'lib/aws-sdk-lightsail/types.rb', line 6652

class RelationalDatabaseEvent < Struct.new(
  :resource,
  :created_at,
  :message,
  :event_categories)
  include Aws::Structure
end

#resourceString

The database that the database event relates to.

Returns:

  • (String)


6652
6653
6654
6655
6656
6657
6658
# File 'lib/aws-sdk-lightsail/types.rb', line 6652

class RelationalDatabaseEvent < Struct.new(
  :resource,
  :created_at,
  :message,
  :event_categories)
  include Aws::Structure
end