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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the database event was created.

Returns:

  • (Time)


13094
13095
13096
13097
13098
13099
13100
13101
# File 'lib/aws-sdk-lightsail/types.rb', line 13094

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

#event_categoriesArray<String>

The category that the database event belongs to.

Returns:

  • (Array<String>)


13094
13095
13096
13097
13098
13099
13100
13101
# File 'lib/aws-sdk-lightsail/types.rb', line 13094

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

#messageString

The message of the database event.

Returns:

  • (String)


13094
13095
13096
13097
13098
13099
13100
13101
# File 'lib/aws-sdk-lightsail/types.rb', line 13094

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

#resourceString

The database that the database event relates to.

Returns:

  • (String)


13094
13095
13096
13097
13098
13099
13100
13101
# File 'lib/aws-sdk-lightsail/types.rb', line 13094

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