pub struct UpdateJobRequest {
pub address_id: Option<String>,
pub description: Option<String>,
pub forwarding_address_id: Option<String>,
pub job_id: String,
pub notification: Option<Notification>,
pub resources: Option<JobResource>,
pub role_arn: Option<String>,
pub shipping_option: Option<String>,
pub snowball_capacity_preference: Option<String>,
}Fields§
§address_id: Option<String>The ID of the updated Address object.
description: Option<String>The updated description of this job's JobMetadata object.
forwarding_address_id: Option<String>The updated ID for the forwarding address for a job. This field is not supported in most regions.
job_id: StringThe job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.
notification: Option<Notification>The new or updated Notification object.
resources: Option<JobResource>The updated JobResource object, or the updated JobResource object.
role_arn: Option<String>The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRoleAWS Identity and Access Management (IAM) API action.
shipping_option: Option<String>The updated shipping option value of this job's ShippingDetails object.
snowball_capacity_preference: Option<String>The updated SnowballCapacityPreference of this job's JobMetadata object. The 50 TB Snowballs are only available in the US regions.
Trait Implementations§
Source§impl Clone for UpdateJobRequest
impl Clone for UpdateJobRequest
Source§fn clone(&self) -> UpdateJobRequest
fn clone(&self) -> UpdateJobRequest
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more