Class: Aws::AccessAnalyzer::Types::UnusedPermissionDetails

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

Overview

Contains information about an unused access finding for a permission. IAM Access Analyzer charges for unused access analysis based on the number of IAM roles and users analyzed per month. For more details on pricing, see IAM Access Analyzer pricing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::UnusedAction>

A list of unused actions for which the unused access finding was generated.

Returns:



4448
4449
4450
4451
4452
4453
4454
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4448

class UnusedPermissionDetails < Struct.new(
  :actions,
  :service_namespace,
  :last_accessed)
  SENSITIVE = []
  include Aws::Structure
end

#last_accessedTime

The time at which the permission was last accessed.

Returns:

  • (Time)


4448
4449
4450
4451
4452
4453
4454
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4448

class UnusedPermissionDetails < Struct.new(
  :actions,
  :service_namespace,
  :last_accessed)
  SENSITIVE = []
  include Aws::Structure
end

#service_namespaceString

The namespace of the Amazon Web Services service that contains the unused actions.

Returns:

  • (String)


4448
4449
4450
4451
4452
4453
4454
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4448

class UnusedPermissionDetails < Struct.new(
  :actions,
  :service_namespace,
  :last_accessed)
  SENSITIVE = []
  include Aws::Structure
end