#[non_exhaustive]pub struct ValidateResourcePolicyOutput { /* private fields */ }
Implementations§
source§impl ValidateResourcePolicyOutput
impl ValidateResourcePolicyOutput
sourcepub fn policy_validation_passed(&self) -> bool
pub fn policy_validation_passed(&self) -> bool
True if your policy passes validation, otherwise false.
sourcepub fn validation_errors(&self) -> Option<&[ValidationErrorsEntry]>
pub fn validation_errors(&self) -> Option<&[ValidationErrorsEntry]>
Validation errors if your policy didn't pass validation.
source§impl ValidateResourcePolicyOutput
impl ValidateResourcePolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ValidateResourcePolicyOutput
.
Trait Implementations§
source§impl Clone for ValidateResourcePolicyOutput
impl Clone for ValidateResourcePolicyOutput
source§fn clone(&self) -> ValidateResourcePolicyOutput
fn clone(&self) -> ValidateResourcePolicyOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ValidateResourcePolicyOutput
impl Debug for ValidateResourcePolicyOutput
source§impl PartialEq<ValidateResourcePolicyOutput> for ValidateResourcePolicyOutput
impl PartialEq<ValidateResourcePolicyOutput> for ValidateResourcePolicyOutput
source§fn eq(&self, other: &ValidateResourcePolicyOutput) -> bool
fn eq(&self, other: &ValidateResourcePolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.