Skip to content

/AWS1/CL_GMLUPDFLEETCAPOUTPUT

UpdateFleetCapacityOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FLEETID TYPE /AWS1/GMLFLEETID /AWS1/GMLFLEETID

A unique identifier for the fleet that was updated.

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.

IV_LOCATION TYPE /AWS1/GMLLOCATIONSTRINGMODEL /AWS1/GMLLOCATIONSTRINGMODEL

The remote location being updated, expressed as an Amazon Web Services Region code, such as us-west-2.


Queryable Attributes

FleetId

A unique identifier for the fleet that was updated.

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

Location

The remote location being updated, expressed as an Amazon Web Services Region code, such as us-west-2.

Accessible with the following methods

Method Description
GET_LOCATION() Getter for LOCATION, with configurable default
ASK_LOCATION() Getter for LOCATION w/ exceptions if field has no value
HAS_LOCATION() Determine if LOCATION has a value