Class: Aws::Snowball::Types::GetSoftwareUpdatesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#updates_uriString

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.

Returns:

  • (String)


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