[−][src]Struct rusoto_snowball::UpdateClusterRequest
Fields
address_id: Option<String>
The ID of the updated Address object.
cluster_id: String
The cluster ID of the cluster that you want to update, for example CID123e4567-e89b-12d3-a456-426655440000
.
description: Option<String>
The updated description of this cluster.
forwarding_address_id: Option<String>
The updated ID for the forwarding address for a cluster. This field is not supported in most regions.
notification: Option<Notification>
The new or updated Notification object.
resources: Option<JobResource>
The updated arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
role_arn: Option<String>
The new role Amazon Resource Name (ARN) that you want to associate with this cluster. To create a role ARN, use the CreateRole API action in AWS Identity and Access Management (IAM).
shipping_option: Option<String>
The updated shipping option value of this cluster's ShippingDetails object.
Trait Implementations
impl PartialEq<UpdateClusterRequest> for UpdateClusterRequest
[src]
fn eq(&self, other: &UpdateClusterRequest) -> bool
[src]
fn ne(&self, other: &UpdateClusterRequest) -> bool
[src]
impl Default for UpdateClusterRequest
[src]
fn default() -> UpdateClusterRequest
[src]
impl Clone for UpdateClusterRequest
[src]
fn clone(&self) -> UpdateClusterRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for UpdateClusterRequest
[src]
impl Serialize for UpdateClusterRequest
[src]
Auto Trait Implementations
impl Send for UpdateClusterRequest
impl Sync for UpdateClusterRequest
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