Struct rusoto_gamelift::AwsCredentials [] [src]

pub struct AwsCredentials {
    pub access_key_id: Option<NonEmptyString>,
    pub secret_access_key: Option<NonEmptyString>,
    pub session_token: Option<NonEmptyString>,
}

AWS access credentials sometimes used for uploading game build files to Amazon GameLift. They are valid for a limited time. If they expire before you upload your game build, get a new set by calling RequestUploadCredentials.

Fields

Access key for an AWS account.

Secret key for an AWS account.

Token specific to a build ID.

Trait Implementations

impl Default for AwsCredentials
[src]

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

impl Debug for AwsCredentials
[src]

Formats the value using the given formatter.

impl Clone for AwsCredentials
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more