Struct rusoto_gamelift::RequestUploadCredentialsOutput [] [src]

pub struct RequestUploadCredentialsOutput {
    pub storage_location: Option<S3Location>,
    pub upload_credentials: Option<AwsCredentials>,
}

Represents the returned data in response to a request action.

Fields

Amazon S3 path and key, identifying where the game build files are stored.

AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for.

Trait Implementations

impl Default for RequestUploadCredentialsOutput
[src]

[src]

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

impl Debug for RequestUploadCredentialsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for RequestUploadCredentialsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more