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

Class: Aws::Redshift::Types::ClusterCredentials

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

Overview

Temporary credentials with authorization to log on to an Amazon Redshift database.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#db_passwordString

A temporary password that authorizes the user name returned by DbUser to log on to the database DbName.

Returns:

  • (String)

    A temporary password that authorizes the user name returned by DbUser to log on to the database DbName.

#db_userString

A database user name that is authorized to log on to the database DbName using the password DbPassword. If the specified DbUser exists in the database, the new user name has the same database privileges as the the user named in DbUser. By default, the user is added to PUBLIC. If the DbGroups parameter is specifed, DbUser is added to the listed groups for any sessions created using these credentials.

Returns:

  • (String)

    A database user name that is authorized to log on to the database DbName using the password DbPassword.

#expirationTime

The date and time the password in DbPassword expires.

Returns:

  • (Time)

    The date and time the password in DbPassword expires.