Class: Aws::Lightsail::Types::GetRelationalDatabaseLogStreamsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_streamsArray<String>

An object describing the result of your get relational database log streams request.

Returns:

  • (Array<String>)


9159
9160
9161
9162
9163
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9159

class GetRelationalDatabaseLogStreamsResult < Struct.new(
  :log_streams)
  SENSITIVE = []
  include Aws::Structure
end