Class: Aws::Snowball::Types::GetJobManifestResult

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

#manifest_uriString

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

Returns:

  • (String)


1185
1186
1187
1188
1189
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1185

class GetJobManifestResult < Struct.new(
  :manifest_uri)
  SENSITIVE = []
  include Aws::Structure
end