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