Struct aws_sdk_iam::input::TagPolicyInput
source · [−]#[non_exhaustive]pub struct TagPolicyInput { /* private fields */ }Implementations
sourceimpl TagPolicyInput
impl TagPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TagPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TagPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<TagPolicy>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagPolicyInput.
sourceimpl TagPolicyInput
impl TagPolicyInput
sourcepub fn policy_arn(&self) -> Option<&str>
pub fn policy_arn(&self) -> Option<&str>
The ARN of the IAM customer managed policy to which you want to add tags.
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: _+=,.@-
The list of tags that you want to attach to the IAM customer managed policy. Each tag consists of a key name and an associated value.
Trait Implementations
sourceimpl Clone for TagPolicyInput
impl Clone for TagPolicyInput
sourcefn clone(&self) -> TagPolicyInput
fn clone(&self) -> TagPolicyInput
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 TagPolicyInput
impl Debug for TagPolicyInput
sourceimpl PartialEq<TagPolicyInput> for TagPolicyInput
impl PartialEq<TagPolicyInput> for TagPolicyInput
sourcefn eq(&self, other: &TagPolicyInput) -> bool
fn eq(&self, other: &TagPolicyInput) -> bool
impl StructuralPartialEq for TagPolicyInput
Auto Trait Implementations
impl RefUnwindSafe for TagPolicyInput
impl Send for TagPolicyInput
impl Sync for TagPolicyInput
impl Unpin for TagPolicyInput
impl UnwindSafe for TagPolicyInput
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