Struct aws_sdk_iam::input::GetRoleInput
source · #[non_exhaustive]pub struct GetRoleInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for GetRoleInput
impl Clone for GetRoleInput
source§fn clone(&self) -> GetRoleInput
fn clone(&self) -> GetRoleInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetRoleInput
impl Debug for GetRoleInput
source§impl PartialEq<GetRoleInput> for GetRoleInput
impl PartialEq<GetRoleInput> for GetRoleInput
source§fn eq(&self, other: &GetRoleInput) -> bool
fn eq(&self, other: &GetRoleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.