Struct aws_sdk_iot::input::DeletePolicyInput
source · #[non_exhaustive]pub struct DeletePolicyInput { /* private fields */ }
Expand description
The input for the DeletePolicy operation.
Implementations§
source§impl DeletePolicyInput
impl DeletePolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePolicyInput
.
source§impl DeletePolicyInput
impl DeletePolicyInput
sourcepub fn policy_name(&self) -> Option<&str>
pub fn policy_name(&self) -> Option<&str>
The name of the policy to delete.
Trait Implementations§
source§impl Clone for DeletePolicyInput
impl Clone for DeletePolicyInput
source§fn clone(&self) -> DeletePolicyInput
fn clone(&self) -> DeletePolicyInput
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 DeletePolicyInput
impl Debug for DeletePolicyInput
source§impl PartialEq<DeletePolicyInput> for DeletePolicyInput
impl PartialEq<DeletePolicyInput> for DeletePolicyInput
source§fn eq(&self, other: &DeletePolicyInput) -> bool
fn eq(&self, other: &DeletePolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.