Class: Aws::GameLift::Types::GetComputeAuthTokenOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenString

The authentication token that your game server uses to authenticate with Amazon GameLift.

Returns:

  • (String)


5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5352

class GetComputeAuthTokenOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :compute_name,
  :compute_arn,
  :auth_token,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#compute_arnString

The Amazon Resource Name (ARN) that is assigned to a 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:

  • (String)


5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5352

class GetComputeAuthTokenOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :compute_name,
  :compute_arn,
  :auth_token,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#compute_nameString

The name of the compute resource you are requesting the authentication token for.

Returns:

  • (String)


5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5352

class GetComputeAuthTokenOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :compute_name,
  :compute_arn,
  :auth_token,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_timestampTime

The amount of time until the authentication token is no longer valid. To continue using the compute resource for game server hosting, renew the authentication token by using this operation again.

Returns:

  • (Time)


5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5352

class GetComputeAuthTokenOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :compute_name,
  :compute_arn,
  :auth_token,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_arnString

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:

  • (String)


5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5352

class GetComputeAuthTokenOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :compute_name,
  :compute_arn,
  :auth_token,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

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

Returns:

  • (String)


5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5352

class GetComputeAuthTokenOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :compute_name,
  :compute_arn,
  :auth_token,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end