Struct aws_sdk_quicksight::operation::delete_iam_policy_assignment::DeleteIamPolicyAssignmentInput
source · #[non_exhaustive]pub struct DeleteIamPolicyAssignmentInput { /* private fields */ }Implementations§
source§impl 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.
source§impl DeleteIamPolicyAssignmentInput
impl DeleteIamPolicyAssignmentInput
sourcepub fn builder() -> DeleteIamPolicyAssignmentInputBuilder
pub fn builder() -> DeleteIamPolicyAssignmentInputBuilder
Creates a new builder-style object to manufacture DeleteIamPolicyAssignmentInput.
source§impl 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>
Trait Implementations§
source§impl Clone for DeleteIamPolicyAssignmentInput
impl Clone for DeleteIamPolicyAssignmentInput
source§fn clone(&self) -> DeleteIamPolicyAssignmentInput
fn clone(&self) -> DeleteIamPolicyAssignmentInput
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 PartialEq<DeleteIamPolicyAssignmentInput> for DeleteIamPolicyAssignmentInput
impl PartialEq<DeleteIamPolicyAssignmentInput> for DeleteIamPolicyAssignmentInput
source§fn eq(&self, other: &DeleteIamPolicyAssignmentInput) -> bool
fn eq(&self, other: &DeleteIamPolicyAssignmentInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more