[][src]Struct rusoto_config::PutOrganizationConfigRuleRequest

pub struct PutOrganizationConfigRuleRequest {
    pub excluded_accounts: Option<Vec<String>>,
    pub organization_config_rule_name: String,
    pub organization_custom_rule_metadata: Option<OrganizationCustomRuleMetadata>,
    pub organization_managed_rule_metadata: Option<OrganizationManagedRuleMetadata>,
}

Fields

excluded_accounts: Option<Vec<String>>

A comma-separated list of accounts that you want to exclude from an organization config rule.

organization_config_rule_name: String

The name that you assign to an organization config rule.

organization_custom_rule_metadata: Option<OrganizationCustomRuleMetadata>

An OrganizationCustomRuleMetadata object.

organization_managed_rule_metadata: Option<OrganizationManagedRuleMetadata>

An OrganizationManagedRuleMetadata object.

Trait Implementations

impl Clone for PutOrganizationConfigRuleRequest[src]

impl Debug for PutOrganizationConfigRuleRequest[src]

impl Default for PutOrganizationConfigRuleRequest[src]

impl PartialEq<PutOrganizationConfigRuleRequest> for PutOrganizationConfigRuleRequest[src]

impl Serialize for PutOrganizationConfigRuleRequest[src]

impl StructuralPartialEq for PutOrganizationConfigRuleRequest[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.