Struct rusoto_gamelift::DeleteFleetInput [] [src]

pub struct DeleteFleetInput {
    pub fleet_id: FleetId,
}

Represents the input for a request action.

Fields

Unique identifier for a fleet to be deleted.

Trait Implementations

impl Default for DeleteFleetInput
[src]

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

impl Debug for DeleteFleetInput
[src]

Formats the value using the given formatter.

impl Clone for DeleteFleetInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more