Struct aws_sdk_iam::input::UntagRoleInput
source · [−]#[non_exhaustive]pub struct UntagRoleInput { /* private fields */ }Implementations
sourceimpl UntagRoleInput
impl UntagRoleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UntagRole, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UntagRole, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UntagRole>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UntagRoleInput.
sourceimpl UntagRoleInput
impl UntagRoleInput
sourcepub fn role_name(&self) -> Option<&str>
pub fn role_name(&self) -> Option<&str>
The name of the IAM role from which you want to remove tags.
This parameter accepts (through its regex pattern) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
Trait Implementations
sourceimpl Clone for UntagRoleInput
impl Clone for UntagRoleInput
sourcefn clone(&self) -> UntagRoleInput
fn clone(&self) -> UntagRoleInput
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 Debug for UntagRoleInput
impl Debug for UntagRoleInput
sourceimpl PartialEq<UntagRoleInput> for UntagRoleInput
impl PartialEq<UntagRoleInput> for UntagRoleInput
sourcefn eq(&self, other: &UntagRoleInput) -> bool
fn eq(&self, other: &UntagRoleInput) -> bool
impl StructuralPartialEq for UntagRoleInput
Auto Trait Implementations
impl RefUnwindSafe for UntagRoleInput
impl Send for UntagRoleInput
impl Sync for UntagRoleInput
impl Unpin for UntagRoleInput
impl UnwindSafe for UntagRoleInput
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