Class: Aws::GameLift::Types::GetGameSessionLogUrlOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::GetGameSessionLogUrlOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pre_signed_url ⇒ String
Location of the requested game session logs, available for download.
Instance Attribute Details
#pre_signed_url ⇒ String
Location of the requested game session logs, available for download. This URL is valid for 15 minutes, after which S3 will reject any download request using this URL. You can request a new URL any time within the 14-day period that the logs are retained.
5322 5323 5324 5325 5326 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5322 class GetGameSessionLogUrlOutput < Struct.new( :pre_signed_url) SENSITIVE = [] include Aws::Structure end |