NAME

Paws::GameLift::ListAliases - Arguments for method ListAliases on Paws::GameLift

DESCRIPTION

This class represents the parameters used for calling the method ListAliases on the Amazon GameLift service. Use the attributes of this class as arguments to method ListAliases.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ListAliases.

As an example:

$service_obj->ListAliases(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

ATTRIBUTES

Limit => Int

Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.

Name => Str

Descriptive label associated with this alias. Alias names do not need to be unique.

NextToken => Str

Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.

RoutingStrategyType => Str

Type of routing to filter results on. Use this parameter to retrieve only aliases of a certain type. To retrieve all aliases, leave this parameter empty. Possible routing types include:

  • SIMPLE: The alias resolves to one specific fleet. Use this type when routing to active fleets.

  • TERMINAL: The alias does not resolve to a fleet but instead can be used to display a message to the user. A terminal alias throws a TerminalRoutingStrategyException with the RoutingStrategy message embedded.

Valid values are: "SIMPLE", "TERMINAL"

SEE ALSO

This class forms part of Paws, documenting arguments for method ListAliases in Paws::GameLift

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues