[][src]Struct rusoto_snowball::UpdateJobRequest

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: String

The 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

impl PartialEq<UpdateJobRequest> for UpdateJobRequest[src]

impl Default for UpdateJobRequest[src]

impl Clone for UpdateJobRequest[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UpdateJobRequest[src]

impl Serialize for UpdateJobRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self