Class: Aws::Odb::Types::GetDbServerOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_serverTypes::DbServer

The details of the requested database server.

Returns:



3664
3665
3666
3667
3668
# File 'lib/aws-sdk-odb/types.rb', line 3664

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