Struct aws_sdk_iam::input::DeleteInstanceProfileInput
source · [−]#[non_exhaustive]pub struct DeleteInstanceProfileInput { /* private fields */ }Implementations
sourceimpl DeleteInstanceProfileInput
impl DeleteInstanceProfileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteInstanceProfile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteInstanceProfile, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteInstanceProfile>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteInstanceProfileInput.
sourceimpl DeleteInstanceProfileInput
impl DeleteInstanceProfileInput
sourcepub fn instance_profile_name(&self) -> Option<&str>
pub fn instance_profile_name(&self) -> Option<&str>
The name of the instance profile to delete.
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 DeleteInstanceProfileInput
impl Clone for DeleteInstanceProfileInput
sourcefn clone(&self) -> DeleteInstanceProfileInput
fn clone(&self) -> DeleteInstanceProfileInput
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 DeleteInstanceProfileInput
impl Debug for DeleteInstanceProfileInput
sourceimpl PartialEq<DeleteInstanceProfileInput> for DeleteInstanceProfileInput
impl PartialEq<DeleteInstanceProfileInput> for DeleteInstanceProfileInput
sourcefn eq(&self, other: &DeleteInstanceProfileInput) -> bool
fn eq(&self, other: &DeleteInstanceProfileInput) -> bool
impl StructuralPartialEq for DeleteInstanceProfileInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteInstanceProfileInput
impl Send for DeleteInstanceProfileInput
impl Sync for DeleteInstanceProfileInput
impl Unpin for DeleteInstanceProfileInput
impl UnwindSafe for DeleteInstanceProfileInput
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