Struct aws_sdk_iam::input::TagRoleInput
source · [−]#[non_exhaustive]pub struct TagRoleInput { /* private fields */ }Implementations
sourceimpl TagRoleInput
impl TagRoleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TagRole, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TagRole, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<TagRole>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagRoleInput.
sourceimpl TagRoleInput
impl TagRoleInput
sourcepub fn role_name(&self) -> Option<&str>
pub fn role_name(&self) -> Option<&str>
The name of the IAM role to which you want to add tags.
This parameter accepts (through its regex pattern) a string of characters that consist of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The list of tags that you want to attach to the IAM role. Each tag consists of a key name and an associated value.
Trait Implementations
sourceimpl Clone for TagRoleInput
impl Clone for TagRoleInput
sourcefn clone(&self) -> TagRoleInput
fn clone(&self) -> TagRoleInput
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 TagRoleInput
impl Debug for TagRoleInput
sourceimpl PartialEq<TagRoleInput> for TagRoleInput
impl PartialEq<TagRoleInput> for TagRoleInput
sourcefn eq(&self, other: &TagRoleInput) -> bool
fn eq(&self, other: &TagRoleInput) -> bool
impl StructuralPartialEq for TagRoleInput
Auto Trait Implementations
impl RefUnwindSafe for TagRoleInput
impl Send for TagRoleInput
impl Sync for TagRoleInput
impl Unpin for TagRoleInput
impl UnwindSafe for TagRoleInput
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