Struct rusoto_gamelift::CreateFleetOutput[][src]

pub struct CreateFleetOutput {
    pub fleet_attributes: Option<FleetAttributes>,
}

Represents the returned data in response to a request action.

Fields

Properties for the newly created fleet.

Trait Implementations

impl Default for CreateFleetOutput
[src]

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

impl Debug for CreateFleetOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateFleetOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateFleetOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations