Class: Aws::Snowball::Types::GetSoftwareUpdatesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::GetSoftwareUpdatesResult
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#updates_uri ⇒ String
The Amazon S3 presigned URL for the update file associated with the specified
JobId
value.
Instance Attribute Details
#updates_uri ⇒ String
The Amazon S3 presigned URL for the update file associated with the
specified JobId
value. The software update will be available for 2
days after this request is made. To access an update after the 2
days have passed, you'll have to make another call to
GetSoftwareUpdates
.
1264 1265 1266 1267 1268 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1264 class GetSoftwareUpdatesResult < Struct.new( :updates_uri) SENSITIVE = [] include Aws::Structure end |