Struct rusoto_glacier::GetVaultAccessPolicyOutput [] [src]

pub struct GetVaultAccessPolicyOutput {
    pub policy: Option<VaultAccessPolicy>,
}

Output for GetVaultAccessPolicy.

Fields

Contains the returned vault access policy as a JSON string.

Trait Implementations

impl Default for GetVaultAccessPolicyOutput
[src]

[src]

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

impl Debug for GetVaultAccessPolicyOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetVaultAccessPolicyOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more