struct Lightsail::GetRelationalDatabaseLogEventsRequest
- Lightsail::GetRelationalDatabaseLogEventsRequest
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
clients/lightsail.crConstructors
- .new(relationalDatabaseName : String, logStreamName : String, startTime : Time | Nil = nil, endTime : Time | Nil = nil, startFromHead : Bool | Nil = nil, pageToken : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #endTime : Time | Nil
- #endTime=(endTime : Time | Nil)
- #fill_in(request : HTTP::Request) : HTTP::Request
- #logStreamName : String
- #logStreamName=(logStreamName : String)
- #pageToken : String | Nil
- #pageToken=(pageToken : String | Nil)
- #relationalDatabaseName : String
- #relationalDatabaseName=(relationalDatabaseName : String)
- #startFromHead : Bool | Nil
- #startFromHead=(startFromHead : Bool | Nil)
- #startTime : Time | Nil
- #startTime=(startTime : Time | Nil)
Constructor Detail
def self.new(relationalDatabaseName : String, logStreamName : String, startTime : Time | Nil = nil, endTime : Time | Nil = nil, startFromHead : Bool | Nil = nil, pageToken : String | Nil = nil)
#