pub struct OrganizationConfigRule { /* private fields */ }Expand description
The AWS::Config::OrganizationConfigRule resource type.
Trait Implementations§
Source§impl Debug for OrganizationConfigRule
impl Debug for OrganizationConfigRule
Source§impl Default for OrganizationConfigRule
impl Default for OrganizationConfigRule
Source§fn default() -> OrganizationConfigRule
fn default() -> OrganizationConfigRule
Returns the “default value” for a type. Read more
Source§impl From<OrganizationConfigRuleProperties> for OrganizationConfigRule
impl From<OrganizationConfigRuleProperties> for OrganizationConfigRule
Source§fn from(properties: OrganizationConfigRuleProperties) -> OrganizationConfigRule
fn from(properties: OrganizationConfigRuleProperties) -> OrganizationConfigRule
Converts to this type from the input type.
Source§impl Resource for OrganizationConfigRule
impl Resource for OrganizationConfigRule
Source§const TYPE: &'static str = "AWS::Config::OrganizationConfigRule"
const TYPE: &'static str = "AWS::Config::OrganizationConfigRule"
Uniquely identifies the resource type.
Source§type Properties = OrganizationConfigRuleProperties
type Properties = OrganizationConfigRuleProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &OrganizationConfigRuleProperties
fn properties(&self) -> &OrganizationConfigRuleProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut OrganizationConfigRuleProperties
fn properties_mut(&mut self) -> &mut OrganizationConfigRuleProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for OrganizationConfigRule
impl RefUnwindSafe for OrganizationConfigRule
impl Send for OrganizationConfigRule
impl Sync for OrganizationConfigRule
impl Unpin for OrganizationConfigRule
impl UnwindSafe for OrganizationConfigRule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more