Struct rusoto_snowball::UpdateJobRequest [] [src]

pub struct UpdateJobRequest {
    pub address_id: Option<AddressId>,
    pub description: Option<String>,
    pub forwarding_address_id: Option<AddressId>,
    pub job_id: JobId,
    pub notification: Option<Notification>,
    pub resources: Option<JobResource>,
    pub role_arn: Option<RoleARN>,
    pub shipping_option: Option<ShippingOption>,
    pub snowball_capacity_preference: Option<SnowballCapacity>,
}

Fields

The ID of the updated Address object.

The updated description of this job's JobMetadata object.

The updated ID for the forwarding address for a job. This field is not supported in most regions.

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

The new or updated Notification object.

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

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.

The updated shipping option value of this job's ShippingDetails object.

The updated SnowballCapacityPreference of this job's JobMetadata object. The 50 TB Snowballs are only available in the US regions.

Trait Implementations

impl Default for UpdateJobRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for UpdateJobRequest
[src]

Formats the value using the given formatter.

impl Clone for UpdateJobRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more