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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenString

A valid temporary authentication token.

Returns:

  • (String)


6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
# File 'lib/aws-sdk-gamelift/types.rb', line 6628

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 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`.

[1]: docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html

Returns:

  • (String)


6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
# File 'lib/aws-sdk-gamelift/types.rb', line 6628

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 that the authentication token is issued to.

Returns:

  • (String)


6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
# File 'lib/aws-sdk-gamelift/types.rb', line 6628

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.

Returns:

  • (Time)


6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
# File 'lib/aws-sdk-gamelift/types.rb', line 6628

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`.

[1]: docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html

Returns:

  • (String)


6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
# File 'lib/aws-sdk-gamelift/types.rb', line 6628

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)


6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
# File 'lib/aws-sdk-gamelift/types.rb', line 6628

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