#[non_exhaustive]pub struct ListPolicyGenerationsInput { /* private fields */ }
Implementations§
source§impl ListPolicyGenerationsInput
impl ListPolicyGenerationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPolicyGenerations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPolicyGenerations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPolicyGenerations
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPolicyGenerationsInput
.
source§impl ListPolicyGenerationsInput
impl ListPolicyGenerationsInput
sourcepub fn principal_arn(&self) -> Option<&str>
pub fn principal_arn(&self) -> Option<&str>
The ARN of the IAM entity (user or role) for which you are generating a policy. Use this with ListGeneratedPolicies
to filter the results to only include results for a specific principal.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in the response.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token used for pagination of results returned.
Trait Implementations§
source§impl Clone for ListPolicyGenerationsInput
impl Clone for ListPolicyGenerationsInput
source§fn clone(&self) -> ListPolicyGenerationsInput
fn clone(&self) -> ListPolicyGenerationsInput
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 ListPolicyGenerationsInput
impl Debug for ListPolicyGenerationsInput
source§impl PartialEq<ListPolicyGenerationsInput> for ListPolicyGenerationsInput
impl PartialEq<ListPolicyGenerationsInput> for ListPolicyGenerationsInput
source§fn eq(&self, other: &ListPolicyGenerationsInput) -> bool
fn eq(&self, other: &ListPolicyGenerationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.