Class: Aws::IAM::Types::GenerateServiceLastAccessedDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GenerateServiceLastAccessedDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Note:
When making an API call, you may pass GenerateServiceLastAccessedDetailsRequest data as a hash:
{
arn: "arnType", # required
}
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 AWS service.
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 AWS service.
3018 3019 3020 3021 |
# File 'lib/aws-sdk-iam/types.rb', line 3018 class GenerateServiceLastAccessedDetailsRequest < Struct.new( :arn) include Aws::Structure end |