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