NAME

Paws::GameLift::LocationAttributes

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::GameLift::LocationAttributes object:

$service_obj->Method(Att1 => { LocationState => $value, ..., UpdateStatus => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::GameLift::LocationAttributes object:

$result = $service_obj->Method(...);
$result->Att1->LocationState

DESCRIPTION

Represents a location in a multi-location fleet.

Related actions

DescribeFleetLocationAttributes

ATTRIBUTES

LocationState => Paws::GameLift::LocationState

A fleet location and its current life-cycle state.

StoppedActions => ArrayRef[Str|Undef]

A list of fleet actions that have been suspended in the fleet location.

UpdateStatus => Str

The status of fleet activity updates to the location. The status PENDING_UPDATE indicates that StopFleetActions or StartFleetActions has been requested but the update has not yet been completed for the location.

SEE ALSO

This class forms part of Paws, describing an object used 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