#[non_exhaustive]pub struct RemoveRoleFromInstanceProfileInput { /* private fields */ }Implementations
sourceimpl RemoveRoleFromInstanceProfileInput
impl RemoveRoleFromInstanceProfileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveRoleFromInstanceProfile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveRoleFromInstanceProfile, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RemoveRoleFromInstanceProfile>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveRoleFromInstanceProfileInput.
sourceimpl RemoveRoleFromInstanceProfileInput
impl RemoveRoleFromInstanceProfileInput
sourcepub fn instance_profile_name(&self) -> Option<&str>
pub fn instance_profile_name(&self) -> Option<&str>
The name of the instance profile to update.
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: _+=,.@-
sourcepub fn role_name(&self) -> Option<&str>
pub fn role_name(&self) -> Option<&str>
The name of the role to remove.
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 RemoveRoleFromInstanceProfileInput
impl Clone for RemoveRoleFromInstanceProfileInput
sourcefn clone(&self) -> RemoveRoleFromInstanceProfileInput
fn clone(&self) -> RemoveRoleFromInstanceProfileInput
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<RemoveRoleFromInstanceProfileInput> for RemoveRoleFromInstanceProfileInput
impl PartialEq<RemoveRoleFromInstanceProfileInput> for RemoveRoleFromInstanceProfileInput
sourcefn eq(&self, other: &RemoveRoleFromInstanceProfileInput) -> bool
fn eq(&self, other: &RemoveRoleFromInstanceProfileInput) -> bool
impl StructuralPartialEq for RemoveRoleFromInstanceProfileInput
Auto Trait Implementations
impl RefUnwindSafe for RemoveRoleFromInstanceProfileInput
impl Send for RemoveRoleFromInstanceProfileInput
impl Sync for RemoveRoleFromInstanceProfileInput
impl Unpin for RemoveRoleFromInstanceProfileInput
impl UnwindSafe for RemoveRoleFromInstanceProfileInput
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