#[non_exhaustive]pub struct DeleteIamPolicyAssignmentInput { /* private fields */ }Implementations
sourceimpl DeleteIamPolicyAssignmentInput
impl DeleteIamPolicyAssignmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIAMPolicyAssignment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIAMPolicyAssignment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteIAMPolicyAssignment>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteIamPolicyAssignmentInput.
sourceimpl DeleteIamPolicyAssignmentInput
impl DeleteIamPolicyAssignmentInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The Amazon Web Services account ID where you want to delete the IAM policy assignment.
sourcepub fn assignment_name(&self) -> Option<&str>
pub fn assignment_name(&self) -> Option<&str>
The name of the assignment.
Trait Implementations
sourceimpl Clone for DeleteIamPolicyAssignmentInput
impl Clone for DeleteIamPolicyAssignmentInput
sourcefn clone(&self) -> DeleteIamPolicyAssignmentInput
fn clone(&self) -> DeleteIamPolicyAssignmentInput
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 PartialEq<DeleteIamPolicyAssignmentInput> for DeleteIamPolicyAssignmentInput
impl PartialEq<DeleteIamPolicyAssignmentInput> for DeleteIamPolicyAssignmentInput
sourcefn eq(&self, other: &DeleteIamPolicyAssignmentInput) -> bool
fn eq(&self, other: &DeleteIamPolicyAssignmentInput) -> bool
impl StructuralPartialEq for DeleteIamPolicyAssignmentInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteIamPolicyAssignmentInput
impl Send for DeleteIamPolicyAssignmentInput
impl Sync for DeleteIamPolicyAssignmentInput
impl Unpin for DeleteIamPolicyAssignmentInput
impl UnwindSafe for DeleteIamPolicyAssignmentInput
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