Class GenerateServiceLastAccessedDetailsRequest

    • Method Detail

      • arn

        public final String arn()

        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.

        Returns:
        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.
      • granularity

        public final AccessAdvisorUsageGranularityType granularity()

        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.

        If the service returns an enum value that is not available in the current SDK version, granularity will return AccessAdvisorUsageGranularityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from granularityAsString().

        Returns:
        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.
        See Also:
        AccessAdvisorUsageGranularityType
      • granularityAsString

        public final String granularityAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, granularity will return AccessAdvisorUsageGranularityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from granularityAsString().

        Returns:
        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.
        See Also:
        AccessAdvisorUsageGranularityType
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object