Class: Aws::IAM::Types::GenerateServiceLastAccessedDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GenerateServiceLastAccessedDetailsRequest
- Defined in:
- gems/aws-sdk-iam/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.
3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3168 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.
3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3168 class GenerateServiceLastAccessedDetailsRequest < Struct.new( :arn, :granularity) SENSITIVE = [] include Aws::Structure end |