Class: Aws::Lightsail::Types::GetRelationalDatabaseLogStreamsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetRelationalDatabaseLogStreamsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#relational_database_name ⇒ String
The name of your database for which to get log streams.
Instance Attribute Details
#relational_database_name ⇒ String
The name of your database for which to get log streams.
9145 9146 9147 9148 9149 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9145 class GetRelationalDatabaseLogStreamsRequest < Struct.new( :relational_database_name) SENSITIVE = [] include Aws::Structure end |