#[non_exhaustive]pub struct PutOrganizationConfigRuleInput {
pub organization_config_rule_name: Option<String>,
pub organization_managed_rule_metadata: Option<OrganizationManagedRuleMetadata>,
pub organization_custom_rule_metadata: Option<OrganizationCustomRuleMetadata>,
pub excluded_accounts: Option<Vec<String>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.organization_config_rule_name: Option<String>The name that you assign to an organization config rule.
organization_managed_rule_metadata: Option<OrganizationManagedRuleMetadata>An OrganizationManagedRuleMetadata object.
organization_custom_rule_metadata: Option<OrganizationCustomRuleMetadata>An OrganizationCustomRuleMetadata object.
excluded_accounts: Option<Vec<String>>A comma-separated list of accounts that you want to exclude from an organization config rule.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutOrganizationConfigRule, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutOrganizationConfigRule, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutOrganizationConfigRule>
Creates a new builder-style object to manufacture PutOrganizationConfigRuleInput
The name that you assign to an organization config rule.
An OrganizationManagedRuleMetadata object.
An OrganizationCustomRuleMetadata object.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for PutOrganizationConfigRuleInput
impl Sync for PutOrganizationConfigRuleInput
impl Unpin for PutOrganizationConfigRuleInput
impl UnwindSafe for PutOrganizationConfigRuleInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more