Struct rusoto_iam::CreatePolicyVersionResponse [] [src]

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

Contains the response to a successful CreatePolicyVersion request.

Fields

A structure containing details about the new policy version.

Trait Implementations

impl Default for CreatePolicyVersionResponse
[src]

[src]

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

impl Debug for CreatePolicyVersionResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreatePolicyVersionResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more