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