Struct rusoto_gamelift::InstanceCredentials [] [src]

pub struct InstanceCredentials {
    pub secret: Option<String>,
    pub user_name: Option<String>,
}

Set of credentials required to remotely access a fleet instance. Access credentials are requested by calling GetInstanceAccess and returned in an InstanceAccess object.

Fields

Secret string. For Windows instances, the secret is a password for use with Windows Remote Desktop. For Linux instances, it is a private key (which must be saved as a .pem file) for use with SSH.

User login string.

Trait Implementations

impl Default for InstanceCredentials
[src]

[src]

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

impl Debug for InstanceCredentials
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstanceCredentials
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more