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.
9475 9476 9477 9478 9479 |
# File 'lib/aws-sdk-gamelift/types.rb', line 9475 class RequestUploadCredentialsInput < Struct.new( :build_id) SENSITIVE = [] include Aws::Structure end |