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