Class: Aws::Snowball::Types::GetJobManifestResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::GetJobManifestResult
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manifest_uri ⇒ String
The Amazon S3 presigned URL for the manifest file associated with the specified
JobId
value.
Instance Attribute Details
#manifest_uri ⇒ String
The Amazon S3 presigned URL for the manifest file associated with
the specified JobId
value.
1369 1370 1371 1372 1373 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1369 class GetJobManifestResult < Struct.new( :manifest_uri) SENSITIVE = [] include Aws::Structure end |