Skip to content

/AWS1/CL_GMLDSCFLEETLOCATTRS01

DescribeFleetLocationAttributesOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FLEETID TYPE /AWS1/GMLFLEETIDORARN /AWS1/GMLFLEETIDORARN

A unique identifier for the fleet that location attributes were requested for.

IV_FLEETARN TYPE /AWS1/GMLFLEETARN /AWS1/GMLFLEETARN

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

IT_LOCATIONATTRIBUTES TYPE /AWS1/CL_GMLLOCATIONATTRIBUTES=>TT_LOCATIONATTRIBUTESLIST TT_LOCATIONATTRIBUTESLIST

Location-specific information on the requested fleet's remote locations.

IV_NEXTTOKEN TYPE /AWS1/GMLNONZEROANDMAXSTRING /AWS1/GMLNONZEROANDMAXSTRING

A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.


Queryable Attributes

FleetId

A unique identifier for the fleet that location attributes were requested for.

Accessible with the following methods

Method Description
GET_FLEETID() Getter for FLEETID, with configurable default
ASK_FLEETID() Getter for FLEETID w/ exceptions if field has no value
HAS_FLEETID() Determine if FLEETID has a value

FleetArn

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

Accessible with the following methods

Method Description
GET_FLEETARN() Getter for FLEETARN, with configurable default
ASK_FLEETARN() Getter for FLEETARN w/ exceptions if field has no value
HAS_FLEETARN() Determine if FLEETARN has a value

LocationAttributes

Location-specific information on the requested fleet's remote locations.

Accessible with the following methods

Method Description
GET_LOCATIONATTRIBUTES() Getter for LOCATIONATTRIBUTES, with configurable default
ASK_LOCATIONATTRIBUTES() Getter for LOCATIONATTRIBUTES w/ exceptions if field has no
HAS_LOCATIONATTRIBUTES() Determine if LOCATIONATTRIBUTES has a value

NextToken

A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value