Class: Aws::GameLift::Types::GetComputeAuthTokenOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::GetComputeAuthTokenOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auth_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A valid temporary authentication token.
 - 
  
    
      #compute_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name ([ARN]) that is assigned to an Amazon GameLift compute resource and uniquely identifies it.
 - 
  
    
      #compute_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the compute resource that the authentication token is issued to.
 - 
  
    
      #expiration_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The amount of time until the authentication token is no longer valid.
 - 
  
    
      #fleet_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name ([ARN]) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
 - 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the fleet that the compute is registered to.
 
Instance Attribute Details
#auth_token ⇒ String
A valid temporary authentication token.
      6721 6722 6723 6724 6725 6726 6727 6728 6729 6730  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 6721 class GetComputeAuthTokenOutput < Struct.new( :fleet_id, :fleet_arn, :compute_name, :compute_arn, :auth_token, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#compute_arn ⇒ String
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
      6721 6722 6723 6724 6725 6726 6727 6728 6729 6730  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 6721 class GetComputeAuthTokenOutput < Struct.new( :fleet_id, :fleet_arn, :compute_name, :compute_arn, :auth_token, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#compute_name ⇒ String
The name of the compute resource that the authentication token is issued to.
      6721 6722 6723 6724 6725 6726 6727 6728 6729 6730  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 6721 class GetComputeAuthTokenOutput < Struct.new( :fleet_id, :fleet_arn, :compute_name, :compute_arn, :auth_token, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#expiration_timestamp ⇒ Time
The amount of time until the authentication token is no longer valid.
      6721 6722 6723 6724 6725 6726 6727 6728 6729 6730  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 6721 class GetComputeAuthTokenOutput < Struct.new( :fleet_id, :fleet_arn, :compute_name, :compute_arn, :auth_token, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_arn ⇒ String
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
      6721 6722 6723 6724 6725 6726 6727 6728 6729 6730  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 6721 class GetComputeAuthTokenOutput < Struct.new( :fleet_id, :fleet_arn, :compute_name, :compute_arn, :auth_token, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_id ⇒ String
A unique identifier for the fleet that the compute is registered to.
      6721 6722 6723 6724 6725 6726 6727 6728 6729 6730  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 6721 class GetComputeAuthTokenOutput < Struct.new( :fleet_id, :fleet_arn, :compute_name, :compute_arn, :auth_token, :expiration_timestamp) SENSITIVE = [] include Aws::Structure end  |