#[non_exhaustive]pub struct ValidateResourcePolicyInput { /* private fields */ }
Implementations
sourceimpl ValidateResourcePolicyInput
impl ValidateResourcePolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ValidateResourcePolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ValidateResourcePolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ValidateResourcePolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ValidateResourcePolicyInput
.
sourceimpl ValidateResourcePolicyInput
impl ValidateResourcePolicyInput
sourcepub fn resource_policy(&self) -> Option<&str>
pub fn resource_policy(&self) -> Option<&str>
A JSON-formatted string that contains an Amazon Web Services resource-based policy. The policy in the string identifies who can access or manage this secret and its versions. For example policies, see Permissions policy examples.
Trait Implementations
sourceimpl Clone for ValidateResourcePolicyInput
impl Clone for ValidateResourcePolicyInput
sourcefn clone(&self) -> ValidateResourcePolicyInput
fn clone(&self) -> ValidateResourcePolicyInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ValidateResourcePolicyInput
impl Debug for ValidateResourcePolicyInput
sourceimpl PartialEq<ValidateResourcePolicyInput> for ValidateResourcePolicyInput
impl PartialEq<ValidateResourcePolicyInput> for ValidateResourcePolicyInput
sourcefn eq(&self, other: &ValidateResourcePolicyInput) -> bool
fn eq(&self, other: &ValidateResourcePolicyInput) -> bool
impl StructuralPartialEq for ValidateResourcePolicyInput
Auto Trait Implementations
impl RefUnwindSafe for ValidateResourcePolicyInput
impl Send for ValidateResourcePolicyInput
impl Sync for ValidateResourcePolicyInput
impl Unpin for ValidateResourcePolicyInput
impl UnwindSafe for ValidateResourcePolicyInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more