Struct rusoto_gamelift::UpdateAliasOutput [] [src]

pub struct UpdateAliasOutput {
    pub alias: Option<Alias>,
}

Represents the returned data in response to a request action.

Fields

Object that contains the updated alias configuration.

Trait Implementations

impl Default for UpdateAliasOutput
[src]

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

impl Debug for UpdateAliasOutput
[src]

Formats the value using the given formatter.

impl Clone for UpdateAliasOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more