Skip to content

/AWS1/CL_GMLDELETEFLEETLOCSOUT

DeleteFleetLocationsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FLEETID TYPE /AWS1/GMLFLEETIDORARN /AWS1/GMLFLEETIDORARN

A unique identifier for the fleet that location attributes are being deleted 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_LOCATIONSTATES TYPE /AWS1/CL_GMLLOCATIONSTATE=>TT_LOCATIONSTATELIST TT_LOCATIONSTATELIST

The remote locations that are being deleted, with each location status set to DELETING.


Queryable Attributes

FleetId

A unique identifier for the fleet that location attributes are being deleted 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

LocationStates

The remote locations that are being deleted, with each location status set to DELETING.

Accessible with the following methods

Method Description
GET_LOCATIONSTATES() Getter for LOCATIONSTATES, with configurable default
ASK_LOCATIONSTATES() Getter for LOCATIONSTATES w/ exceptions if field has no valu
HAS_LOCATIONSTATES() Determine if LOCATIONSTATES has a value