Class: Aws::IAM::Types::GenerateServiceLastAccessedDetailsRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

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.

Returns:

  • (String)


3018
3019
3020
3021
# File 'lib/aws-sdk-iam/types.rb', line 3018

class GenerateServiceLastAccessedDetailsRequest < Struct.new(
  :arn)
  include Aws::Structure
end