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