Class GetComputeAuthTokenResponse

    • Method Detail

      • fleetId

        public final String fleetId()

        A unique identifier for the fleet that the compute is registered to.

        Returns:
        A unique identifier for the fleet that the compute is registered to.
      • fleetArn

        public final String 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:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912 .

        Returns:
        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:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
      • computeName

        public final String computeName()

        The name of the compute resource that the authentication token is issued to.

        Returns:
        The name of the compute resource that the authentication token is issued to.
      • computeArn

        public final String computeArn()

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

        Returns:
        The Amazon Resource Name (ARN) that is assigned to an Amazon GameLift compute resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
      • authToken

        public final String authToken()

        A valid temporary authentication token.

        Returns:
        A valid temporary authentication token.
      • expirationTimestamp

        public final Instant expirationTimestamp()

        The amount of time until the authentication token is no longer valid.

        Returns:
        The amount of time until the authentication token is no longer valid.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object