Struct rusoto_organizations::UpdatePolicyResponse [] [src]

pub struct UpdatePolicyResponse {
    pub policy: Option<Policy>,
}

Fields

A structure that contains details about the updated policy, showing the requested changes.

Trait Implementations

impl Default for UpdatePolicyResponse
[src]

[src]

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

impl Debug for UpdatePolicyResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdatePolicyResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more