Class: Aws::Snowball::Types::GetJobManifestResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::GetJobManifestResult
- Includes:
- Aws::Structure
- Defined in:
- 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.
1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-snowball/types.rb', line 1185 class GetJobManifestResult < Struct.new( :manifest_uri) SENSITIVE = [] include Aws::Structure end |