logo
pub struct JobMetadata {
Show 22 fields pub address_id: Option<String>, pub cluster_id: Option<String>, pub creation_date: Option<f64>, pub data_transfer_progress: Option<DataTransfer>, pub description: Option<String>, pub device_configuration: Option<DeviceConfiguration>, pub forwarding_address_id: Option<String>, pub job_id: Option<String>, pub job_log_info: Option<JobLogs>, pub job_state: Option<String>, pub job_type: Option<String>, pub kms_key_arn: Option<String>, pub long_term_pricing_id: Option<String>, pub notification: Option<Notification>, pub on_device_service_configuration: Option<OnDeviceServiceConfiguration>, pub remote_management: Option<String>, pub resources: Option<JobResource>, pub role_arn: Option<String>, pub shipping_details: Option<ShippingDetails>, pub snowball_capacity_preference: Option<String>, pub snowball_type: Option<String>, pub tax_documents: Option<TaxDocuments>,
}
Expand description

Contains information about a specific job including shipping information, job status, and other important metadata. This information is returned as a part of the response syntax of the DescribeJob action.

Fields

address_id: Option<String>

The ID for the address that you want the Snow device shipped to.

cluster_id: Option<String>

The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000.

creation_date: Option<f64>

The creation date for this job.

data_transfer_progress: Option<DataTransfer>

A value that defines the real-time status of a Snow device's data transfer while the device is at AWS. This data is only available while a job has a JobState value of InProgress, for both import and export jobs.

description: Option<String>

The description of the job, provided at job creation.

device_configuration: Option<DeviceConfiguration>forwarding_address_id: Option<String>

The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.

job_id: Option<String>

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

job_log_info: Option<JobLogs>

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snow device for your job part is being delivered to you.

job_state: Option<String>

The current status of the jobs.

job_type: Option<String>

The type of job.

kms_key_arn: Option<String>

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

long_term_pricing_id: Option<String>

The ID of the long-term pricing type for the device.

notification: Option<Notification>

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

on_device_service_configuration: Option<OnDeviceServiceConfiguration>

Represents metadata and configuration settings for services on an AWS Snow Family device.

remote_management: Option<String>

Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When set to INSTALLED_AUTOSTART, remote management will automatically be available when the device arrives at your location. Otherwise, you need to use the Snowball Client to manage the device.

resources: Option<JobResource>

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

role_arn: Option<String>

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

shipping_details: Option<ShippingDetails>

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

snowball_capacity_preference: Option<String>

The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the Snowcone User Guide.

snowball_type: Option<String>

The type of device used with this job.

tax_documents: Option<TaxDocuments>

The metadata associated with the tax documents required in your AWS Region.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more