Struct rusoto_gamelift::CreateBuildOutput [] [src]

pub struct CreateBuildOutput {
    pub build: Option<Build>,
    pub storage_location: Option<S3Location>,
    pub upload_credentials: Option<AwsCredentials>,
}

Represents the returned data in response to a request action.

Fields

The newly created build record, including a unique build ID and status.

Amazon S3 location specified in the request.

This element is not currently in use.

Trait Implementations

impl Default for CreateBuildOutput
[src]

[src]

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

impl Debug for CreateBuildOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateBuildOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more