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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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 Amazon Web Services service.

Returns:

  • (String)


3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3558

class GenerateServiceLastAccessedDetailsRequest < Struct.new(
  :arn,
  :granularity)
  SENSITIVE = []
  include Aws::Structure
end

#granularityString

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.

Returns:

  • (String)


3558
3559
3560
3561
3562
3563
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3558

class GenerateServiceLastAccessedDetailsRequest < Struct.new(
  :arn,
  :granularity)
  SENSITIVE = []
  include Aws::Structure
end