[−][src]Struct rusoto_snowball::UpdateJobRequest
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]
fn eq(&self, other: &UpdateJobRequest) -> bool
[src]
fn ne(&self, other: &UpdateJobRequest) -> bool
[src]
impl Default for UpdateJobRequest
[src]
fn default() -> UpdateJobRequest
[src]
impl Clone for UpdateJobRequest
[src]
fn clone(&self) -> 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
impl Send for UpdateJobRequest
impl Sync for UpdateJobRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self