Class: Aws::Lightsail::Types::GetRelationalDatabaseResult

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

#relational_databaseTypes::RelationalDatabase

An object describing the specified database.



9431
9432
9433
9434
9435
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9431

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