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