struct Lightsail::GetRelationalDatabaseLogEventsResult

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(response : HTTP::Client::Response) #

[View source]

Instance Method Detail

def nextBackwardToken : String | Nil #

[View source]
def nextBackwardToken=(nextBackwardToken : String | Nil) #

[View source]
def nextForwardToken : String | Nil #

[View source]
def nextForwardToken=(nextForwardToken : String | Nil) #

[View source]
def resourceLogEvents : Array(LogEvent) | Nil #

[View source]
def resourceLogEvents=(resourceLogEvents : Array(LogEvent) | Nil) #

[View source]