You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::SybaseSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SybaseSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  database_name: "String",
  password: "SecretString",
  port: 1,
  server_name: "String",
  username: "String",
}

Provides information that defines a SAP ASE endpoint.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

Database name for the endpoint.

Returns:

  • (String)

    Database name for the endpoint.

#passwordString

Endpoint connection password.

Returns:

  • (String)

    Endpoint connection password.

#portInteger

Endpoint TCP port.

Returns:

  • (Integer)

    Endpoint TCP port.

#server_nameString

Fully qualified domain name of the endpoint.

Returns:

  • (String)

    Fully qualified domain name of the endpoint.

#usernameString

Endpoint connection user name.

Returns:

  • (String)

    Endpoint connection user name.