Struct aws_sdk_iam::input::GetUserPolicyInput
source · #[non_exhaustive]pub struct GetUserPolicyInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for GetUserPolicyInput
impl Clone for GetUserPolicyInput
source§fn clone(&self) -> GetUserPolicyInput
fn clone(&self) -> GetUserPolicyInput
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 GetUserPolicyInput
impl Debug for GetUserPolicyInput
source§impl PartialEq<GetUserPolicyInput> for GetUserPolicyInput
impl PartialEq<GetUserPolicyInput> for GetUserPolicyInput
source§fn eq(&self, other: &GetUserPolicyInput) -> bool
fn eq(&self, other: &GetUserPolicyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.