Struct rusoto_snowball::UpdateClusterRequest [] [src]

pub struct UpdateClusterRequest {
    pub address_id: Option<String>,
    pub cluster_id: String,
    pub description: Option<String>,
    pub forwarding_address_id: Option<String>,
    pub notification: Option<Notification>,
    pub resources: Option<JobResource>,
    pub role_arn: Option<String>,
    pub shipping_option: Option<String>,
}

Fields

The ID of the updated Address object.

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

The updated description of this cluster.

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

The new or updated Notification object.

The updated arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.

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).

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

Trait Implementations

impl Default for UpdateClusterRequest
[src]

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

impl Debug for UpdateClusterRequest
[src]

Formats the value using the given formatter.

impl Clone for UpdateClusterRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more