Struct rusoto_gamelift::DescribeBuildInput [] [src]

pub struct DescribeBuildInput {
    pub build_id: String,
}

Represents the input for a request action.

Fields

Unique identifier for a build to retrieve properties for.

Trait Implementations

impl Default for DescribeBuildInput
[src]

[src]

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

impl Debug for DescribeBuildInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeBuildInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more