#[non_exhaustive]pub struct UpdateSecurityPolicyInput { /* private fields */ }
Implementations§
source§impl UpdateSecurityPolicyInput
impl UpdateSecurityPolicyInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateSecurityPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateSecurityPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSecurityPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSecurityPolicyInput
.
source§impl UpdateSecurityPolicyInput
impl UpdateSecurityPolicyInput
sourcepub fn type(&self) -> Option<&SecurityPolicyType>
pub fn type(&self) -> Option<&SecurityPolicyType>
The type of access policy.
sourcepub fn policy_version(&self) -> Option<&str>
pub fn policy_version(&self) -> Option<&str>
The version of the policy being updated.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the policy. Typically used to store information about the permissions defined in the policy.
sourcepub fn policy(&self) -> Option<&str>
pub fn policy(&self) -> Option<&str>
The JSON policy document to use as the content for the new policy.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier to ensure idempotency of the request.
Trait Implementations§
source§impl Clone for UpdateSecurityPolicyInput
impl Clone for UpdateSecurityPolicyInput
source§fn clone(&self) -> UpdateSecurityPolicyInput
fn clone(&self) -> UpdateSecurityPolicyInput
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 UpdateSecurityPolicyInput
impl Debug for UpdateSecurityPolicyInput
source§impl PartialEq<UpdateSecurityPolicyInput> for UpdateSecurityPolicyInput
impl PartialEq<UpdateSecurityPolicyInput> for UpdateSecurityPolicyInput
source§fn eq(&self, other: &UpdateSecurityPolicyInput) -> bool
fn eq(&self, other: &UpdateSecurityPolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.