Class: Aws::GameLift::Types::RequestUploadCredentialsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::RequestUploadCredentialsInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #build_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the build to get credentials for.
 
Instance Attribute Details
#build_id ⇒ String
A unique identifier for the build to get credentials for. You can use either the build ID or ARN value.
      8876 8877 8878 8879 8880  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 8876 class RequestUploadCredentialsInput < Struct.new( :build_id) SENSITIVE = [] include Aws::Structure end  |