Struct rusoto_gamelift::DescribeFleetPortSettingsInput [] [src]

pub struct DescribeFleetPortSettingsInput {
    pub fleet_id: FleetId,
}

Represents the input for a request action.

Fields

Unique identifier for a fleet to retrieve port settings for.

Trait Implementations

impl Default for DescribeFleetPortSettingsInput
[src]

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

impl Debug for DescribeFleetPortSettingsInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeFleetPortSettingsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more