Class: Aws::IAM::Types::GenerateServiceLastAccessedDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GenerateServiceLastAccessedDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
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 ⇒ String
The level of detail that you want to generate.
Instance Attribute Details
#arn ⇒ String
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.
2878 2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-iam/types.rb', line 2878 class GenerateServiceLastAccessedDetailsRequest < Struct.new( :arn, :granularity) SENSITIVE = [] include Aws::Structure end |
#granularity ⇒ String
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.
2878 2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-iam/types.rb', line 2878 class GenerateServiceLastAccessedDetailsRequest < Struct.new( :arn, :granularity) SENSITIVE = [] include Aws::Structure end |