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