Struct rusoto_iam::GetPolicyVersionResponse [] [src]

pub struct GetPolicyVersionResponse {
    pub policy_version: Option<PolicyVersion>,
}

Contains the response to a successful GetPolicyVersion request.

Fields

A structure containing details about the policy version.

Trait Implementations

impl Default for GetPolicyVersionResponse
[src]

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

impl Debug for GetPolicyVersionResponse
[src]

Formats the value using the given formatter.

impl Clone for GetPolicyVersionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more