#[non_exhaustive]pub struct GetAccountAuthorizationDetailsInput { /* private fields */ }Implementations
sourceimpl GetAccountAuthorizationDetailsInput
impl GetAccountAuthorizationDetailsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAccountAuthorizationDetails, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAccountAuthorizationDetails, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetAccountAuthorizationDetails>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAccountAuthorizationDetailsInput.
sourceimpl GetAccountAuthorizationDetailsInput
impl GetAccountAuthorizationDetailsInput
sourcepub fn filter(&self) -> Option<&[EntityType]>
pub fn filter(&self) -> Option<&[EntityType]>
A list of entity types used to filter the results. Only the entities that match the types you specify are included in the output. Use the value LocalManagedPolicy to include customer managed policies.
The format for this parameter is a comma-separated (if more than one) list of strings. Each string value in the list must be one of the valid values listed below.
sourcepub fn max_items(&self) -> Option<i32>
pub fn max_items(&self) -> Option<i32>
Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the IsTruncated response element is true.
If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the IsTruncated response element returns true, and Marker contains a value to include in the subsequent call that tells the service where to continue from.
Trait Implementations
sourceimpl Clone for GetAccountAuthorizationDetailsInput
impl Clone for GetAccountAuthorizationDetailsInput
sourcefn clone(&self) -> GetAccountAuthorizationDetailsInput
fn clone(&self) -> GetAccountAuthorizationDetailsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more