Struct rusoto_redshift::ClusterCredentials [] [src]

pub struct ClusterCredentials {
    pub db_password: Option<String>,
    pub db_user: Option<String>,
    pub expiration: Option<String>,
}

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

Fields

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

A database user name that is authorized to log on to the database DbName using the password DbPassword. If the DbGroups parameter is specifed, DbUser is added to the listed groups for the current session. The user name is prefixed with IAM: for an existing user name or IAMA: if the user was auto-created.

The date and time DbPassword expires.

Trait Implementations

impl Default for ClusterCredentials
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ClusterCredentials
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClusterCredentials
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more