Class: Aws::GameLift::Types::RequestUploadCredentialsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::RequestUploadCredentialsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:upload_credentials]
Instance Attribute Summary collapse
-
#storage_location ⇒ Types::S3Location
Amazon S3 path and key, identifying where the game build files are stored.
-
#upload_credentials ⇒ Types::AwsCredentials
Amazon Web Services credentials required when uploading a game build to the storage location.
Instance Attribute Details
#storage_location ⇒ Types::S3Location
Amazon S3 path and key, identifying where the game build files are stored.
9494 9495 9496 9497 9498 9499 |
# File 'lib/aws-sdk-gamelift/types.rb', line 9494 class RequestUploadCredentialsOutput < Struct.new( :upload_credentials, :storage_location) SENSITIVE = [:upload_credentials] include Aws::Structure end |
#upload_credentials ⇒ Types::AwsCredentials
Amazon Web Services credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for.
9494 9495 9496 9497 9498 9499 |
# File 'lib/aws-sdk-gamelift/types.rb', line 9494 class RequestUploadCredentialsOutput < Struct.new( :upload_credentials, :storage_location) SENSITIVE = [:upload_credentials] include Aws::Structure end |