#[non_exhaustive]pub struct ValidateResourcePolicyInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for ValidateResourcePolicyInput
impl Clone for ValidateResourcePolicyInput
source§fn clone(&self) -> ValidateResourcePolicyInput
fn clone(&self) -> ValidateResourcePolicyInput
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 ValidateResourcePolicyInput
impl Debug for ValidateResourcePolicyInput
source§impl PartialEq<ValidateResourcePolicyInput> for ValidateResourcePolicyInput
impl PartialEq<ValidateResourcePolicyInput> for ValidateResourcePolicyInput
source§fn eq(&self, other: &ValidateResourcePolicyInput) -> bool
fn eq(&self, other: &ValidateResourcePolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.