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.
      13313 13314 13315 13316 13317 13318 13319 13320  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13313 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.
      13313 13314 13315 13316 13317 13318 13319 13320  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13313 class RelationalDatabaseEvent < Struct.new( :resource, :created_at, :message, :event_categories) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The message of the database event.
      13313 13314 13315 13316 13317 13318 13319 13320  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13313 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.
      13313 13314 13315 13316 13317 13318 13319 13320  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13313 class RelationalDatabaseEvent < Struct.new( :resource, :created_at, :message, :event_categories) SENSITIVE = [] include Aws::Structure end  |