Struct rusoto_organizations::EnablePolicyTypeRequest [] [src]

pub struct EnablePolicyTypeRequest {
    pub policy_type: String,
    pub root_id: String,
}

Fields

The policy type that you want to enable.

The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

The regex pattern for a root ID string requires "r-" followed by from 4 to 32 lower-case letters or digits.

Trait Implementations

impl Default for EnablePolicyTypeRequest
[src]

[src]

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

impl Debug for EnablePolicyTypeRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for EnablePolicyTypeRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more