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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/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:



3458
3459
3460
3461
3462
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3458

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