class Aws::GameLift::Types::DescribeFleetPortSettingsInput

Represents the input for a request operation.

@note When making an API call, you may pass DescribeFleetPortSettingsInput

data as a hash:

    {
      fleet_id: "FleetIdOrArn", # required
      location: "LocationStringModel",
    }

@!attribute [rw] fleet_id

A unique identifier for the fleet to retrieve port settings for. You
can use either the fleet ID or ARN value.
@return [String]

@!attribute [rw] location

A remote location to check for status of port setting updates. Use
the AWS Region code format, such as `us-west-2`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/DescribeFleetPortSettingsInput AWS API Documentation

Constants

SENSITIVE