[][src]Struct rusoto_organizations::DescribeEffectivePolicyRequest

pub struct DescribeEffectivePolicyRequest {
    pub policy_type: String,
    pub target_id: Option<String>,
}

Fields

policy_type: String

The type of policy that you want information about. You can specify one of the following values:

  • AISERVICESOPTOUTPOLICY

  • <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgsmanagepoliciesbackup.html">BACKUPPOLICY

  • <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgsmanagepoliciestag-policies.html">TAG_POLICY

target_id: Option<String>

When you're signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or organizational unit (OU) as the target is not supported.

Trait Implementations

impl Clone for DescribeEffectivePolicyRequest[src]

impl Debug for DescribeEffectivePolicyRequest[src]

impl Default for DescribeEffectivePolicyRequest[src]

impl PartialEq<DescribeEffectivePolicyRequest> for DescribeEffectivePolicyRequest[src]

impl Serialize for DescribeEffectivePolicyRequest[src]

impl StructuralPartialEq for DescribeEffectivePolicyRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.