#[non_exhaustive]pub struct GenerateServiceLastAccessedDetailsInput { /* private fields */ }Implementations
sourceimpl GenerateServiceLastAccessedDetailsInput
impl GenerateServiceLastAccessedDetailsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GenerateServiceLastAccessedDetails, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GenerateServiceLastAccessedDetails, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GenerateServiceLastAccessedDetails>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GenerateServiceLastAccessedDetailsInput.
sourceimpl GenerateServiceLastAccessedDetailsInput
impl GenerateServiceLastAccessedDetailsInput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.
sourcepub fn granularity(&self) -> Option<&AccessAdvisorUsageGranularityType>
pub fn granularity(&self) -> Option<&AccessAdvisorUsageGranularityType>
The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.
Trait Implementations
sourceimpl Clone for GenerateServiceLastAccessedDetailsInput
impl Clone for GenerateServiceLastAccessedDetailsInput
sourcefn clone(&self) -> GenerateServiceLastAccessedDetailsInput
fn clone(&self) -> GenerateServiceLastAccessedDetailsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more