Class: Aws::Odb::Types::GetDbServerInput

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

#cloud_exadata_infrastructure_idString

The unique identifier of the Oracle Exadata infrastructure that contains the database server.

Returns:

  • (String)


3445
3446
3447
3448
3449
3450
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3445

class GetDbServerInput < Struct.new(
  :cloud_exadata_infrastructure_id,
  :db_server_id)
  SENSITIVE = []
  include Aws::Structure
end

#db_server_idString

The unique identifier of the database server to retrieve information about.

Returns:

  • (String)


3445
3446
3447
3448
3449
3450
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3445

class GetDbServerInput < Struct.new(
  :cloud_exadata_infrastructure_id,
  :db_server_id)
  SENSITIVE = []
  include Aws::Structure
end