Class: Aws::Lightsail::Types::GetRelationalDatabaseLogStreamsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetRelationalDatabaseLogStreamsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_streams ⇒ Array<String>
An object describing the result of your get relational database log streams request.
Instance Attribute Details
#log_streams ⇒ Array<String>
An object describing the result of your get relational database log streams request.
9158 9159 9160 9161 9162 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9158 class GetRelationalDatabaseLogStreamsResult < Struct.new( :log_streams) SENSITIVE = [] include Aws::Structure end |