Struct rusoto_glacier::SetDataRetrievalPolicyInput [] [src]

pub struct SetDataRetrievalPolicyInput {
    pub policy: Option<DataRetrievalPolicy>,
    pub account_id: String,
}

SetDataRetrievalPolicy input.

Fields

The data retrieval policy in JSON format.

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens ('-') in the ID.

Trait Implementations

impl Default for SetDataRetrievalPolicyInput
[src]

[src]

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

impl Debug for SetDataRetrievalPolicyInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for SetDataRetrievalPolicyInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more